SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Class SFCapsuleShape

    Inheritance
    System.Object
    SFShapeComponent
    SFCapsuleShape
    Implements
    ITriggerShapeCallback
    IContactShapeCallback
    IPreSolveShapeCallback
    Inherited Members
    SFShapeComponent.UpdateTransform
    SFShapeComponent._lastPhysicsPosition
    SFShapeComponent.IsPositionChanged
    SFShapeComponent.CacheTransform()
    SFShapeComponent.ApplyTransform()
    SFShapeComponent._shape
    SFShapeComponent.Shape
    SFShapeComponent.World
    SFShapeComponent.SetShape<TGeometryType>(TGeometryType)
    SFShapeComponent.ShapesInComposite
    SFShapeComponent.ShapeDefinition
    SFShapeComponent.ShapeProxy
    SFShapeComponent.ContainedPhysicsShapes
    SFShapeComponent.Body
    SFShapeComponent.BodyDefinition
    SFShapeComponent.PhysicsWorld
    SFShapeComponent.IsCompositeShape
    SFShapeComponent.ScaleSize
    SFShapeComponent.Offset
    SFShapeComponent._useDelaunay
    SFShapeComponent.ShapeCreatedHandler
    SFShapeComponent.ShapeDestroyedHandler
    SFShapeComponent.OnEnable()
    SFShapeComponent.PreEnabled()
    SFShapeComponent.PreDisable()
    SFShapeComponent.OnDisable()
    SFShapeComponent.OnValidate()
    SFShapeComponent.FixedUpdate()
    SFShapeComponent.UpdateShape()
    SFShapeComponent.CreateShape()
    SFShapeComponent.CreateBody()
    SFShapeComponent.DestroyShape()
    SFShapeComponent.DestroyBody()
    SFShapeComponent.AddTriggerCallbackTarget(ITriggerShapeCallback)
    SFShapeComponent.RemoveTriggerCallbackTarget(ITriggerShapeCallback)
    SFShapeComponent.AddContactCallbackTarget(IContactShapeCallback)
    SFShapeComponent.AddPreSolveCallbackTarget(IPreSolveShapeCallback)
    SFShapeComponent.RemoveContactCallbackTarget(IContactShapeCallback)
    SFShapeComponent.OnTriggerBegin2D(PhysicsEvents.TriggerBeginEvent)
    SFShapeComponent.OnTriggerEnd2D(PhysicsEvents.TriggerEndEvent)
    SFShapeComponent.OnContactBegin2D(PhysicsEvents.ContactBeginEvent)
    SFShapeComponent.OnContactEnd2D(PhysicsEvents.ContactEndEvent)
    SFShapeComponent.OnTriggerBegin2D(PhysicsEvents.TriggerBeginEvent, SFShapeComponent)
    SFShapeComponent.OnTriggerEnd2D(PhysicsEvents.TriggerEndEvent, SFShapeComponent)
    SFShapeComponent.OnContactBegin2D(PhysicsEvents.ContactBeginEvent, SFShapeComponent)
    SFShapeComponent.OnContactEnd2D(PhysicsEvents.ContactEndEvent, SFShapeComponent)
    SFShapeComponent.OnPreSolve2D(PhysicsEvents.PreSolveEvent)
    SFShapeComponent.OnPreSolve2D(PhysicsEvents.PreSolveEvent, SFShapeComponent)
    SFShapeComponent.DebugPhysics()
    SFShapeComponent.DebugPhysicsExtra()
    SFShapeComponent.CalculateAABB()
    SFShapeComponent.GetAABB(PhysicsShape)
    Namespace: SF.PhysicsLowLevel
    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
    Type Description
    Vector2

    MinAllowedSize

    Declaration
    public static readonly float MinAllowedSize
    Field Value
    Type Description
    System.Single

    Radius

    The radius of the circle.

    Declaration
    public float Radius
    Field Value
    Type Description
    System.Single

    StartingPoint

    The starting point of the which represents the

    Declaration
    public Vector2 StartingPoint
    Field Value
    Type Description
    Vector2

    Methods

    CreateBodyShapeGeometry()

    Declaration
    protected override void CreateBodyShapeGeometry()
    Overrides
    SFShapeComponent.CreateBodyShapeGeometry()

    Implements

    ITriggerShapeCallback
    IContactShapeCallback
    IPreSolveShapeCallback
    In This Article
    Back to top Generated by DocFX