Class SFCapsuleShape
Inheritance
System.Object
SFCapsuleShape
Assembly: cs.temp.dll.dll
Syntax
public class SFCapsuleShape : SFShapeComponent, ITriggerShapeCallback, IContactShapeCallback, IPreSolveShapeCallback
Fields
EndingPoint
The ending point of the which represents
the
Declaration
public Vector2 EndingPoint
Field Value
MinAllowedSize
Declaration
public static readonly float MinAllowedSize
Field Value
| Type |
Description |
| System.Single |
|
Radius
The radius of the circle.
Declaration
Field Value
| Type |
Description |
| System.Single |
|
StartingPoint
The starting point of the which represents
the
Declaration
public Vector2 StartingPoint
Field Value
Methods
CreateBodyShapeGeometry()
Declaration
protected override void CreateBodyShapeGeometry()
Overrides
Implements