SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Class SFTileMapShape

    Inheritance
    System.Object
    SFShapeComponent
    SFTileMapShape
    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.OnDisable()
    SFShapeComponent.FixedUpdate()
    SFShapeComponent.UpdateShape()
    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.CalculateAABB()
    SFShapeComponent.GetAABB(PhysicsShape)
    Namespace: SF.PhysicsLowLevel
    Assembly: cs.temp.dll.dll
    Syntax
    public class SFTileMapShape : SFShapeComponent, ITriggerShapeCallback, IContactShapeCallback, IPreSolveShapeCallback

    Methods

    CreateBody()

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

    CreateBodyShapeGeometry()

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

    CreateShape()

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

    DebugPhysicsExtra()

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

    OnValidate()

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

    PreDisable()

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

    PreEnabled()

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

    Implements

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