| KinematicCharacterControllerNumberOfSlideIterations Property |
Gets or sets the number of slide iterations.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public int NumberOfSlideIterations { get; set; }
Public Property NumberOfSlideIterations As Integer
Get
Set
public:
property int NumberOfSlideIterations {
int get ();
void set (int value);
}
member NumberOfSlideIterations : int with get, set
Property Value
Type:
Int32The number of slide iterations in the range [1, ∞[. The default value is 4.
Exceptions Remarks
The character controller will slide from contact to the next contact until it finds a
position near the target position. NumberOfSlideIterations is the maximal
iteration limit. Setting this property to a lower value can make the movement less smooth
and the character controller could stop at small obstacles and steps.
See Also