Class WalkGaitParameters.KneeGroup
[Serializable]
public sealed class WalkGaitParameters.KneeGroup
Expand Details ...
- Inheritance
-
object
WalkGaitParameters.KneeGroup
Fields
PoleOutward
[Tooltip("Which way the knees point, in degrees. Positive points them outwards, producing a bow-legged walk. Negative points them inwards, producing a knock-kneed one.")]
[Range(-60, 60)]
public float PoleOutward
Field Value
- float
StanceKneeBend
[Tooltip("How far the knee stays bent while the foot is on the ground, in degrees. Above about 20 degrees the character reads as crouching. Has no effect: the knee angle follows from where the foot is placed.")]
[Range(0, 90)]
public float StanceKneeBend
Field Value
- float
SwingKneeBend
[Tooltip("How far the knee bends at the top of a step, in degrees. Has no effect: the knee angle follows from where the foot is placed, so use Step Height under Legs to change how high the leg lifts.")]
[Range(0, 150)]
public float SwingKneeBend
Field Value
- float