Class SFCircleShape
Inheritance
System.Object
SFCircleShape
Assembly: cs.temp.dll.dll
Syntax
public class SFCircleShape : SFShapeComponent, ITriggerShapeCallback, IContactShapeCallback, IPreSolveShapeCallback
Fields
CircleGeometry
The geometry properties that are used to create the Shape for the SFCircleComponent.
Declaration
public CircleGeometry CircleGeometry
Field Value
| Type |
Description |
| CircleGeometry |
|
MinAllowedSize
Declaration
public static readonly float MinAllowedSize
Field Value
| Type |
Description |
| System.Single |
|
Methods
CreateBodyShapeGeometry()
Declaration
protected override void CreateBodyShapeGeometry()
Overrides
SetShape<TGeometryType>(TGeometryType)
Declaration
public override void SetShape<TGeometryType>(TGeometryType geometryType)
where TGeometryType : struct
Parameters
| Type |
Name |
Description |
| TGeometryType |
geometryType |
|
Type Parameters
| Name |
Description |
| TGeometryType |
|
Overrides
SF.PhysicsLowLevel.SFShapeComponent.SetShape<TGeometryType>(TGeometryType)
Implements