Class CapsuleModCollider.CapsuleWrapper
Inheritance
CapsuleModCollider.CapsuleWrapper
Assembly: Assembly-CSharp.dll
Syntax
public class CapsuleWrapper : Element, IValidatable
Constructors
CapsuleWrapper()
Declaration
Fields
Direction
Along which axis the capsule points.
Declaration
public Direction Direction
Field Value
Height
Height of the collider.
(Parallel to the direction)
Declaration
Field Value
Radius
Radius of the collider.
(Perpendicular to the direction)
Declaration
Field Value
Methods
Validate(String)
Declaration
protected override bool Validate(string elemName)
Parameters
Type |
Name |
Description |
String |
elemName |
|
Returns
Overrides
Implements