Click or drag to resize
ShapeType Enumeration
Basic shape type.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum ShapeType
Members
  Member nameValueDescription
None0
Box1
Capsule2
Sphere3
Mesh4
See Also