Show / Hide Table of Contents

    Class MoveAbleLogic_Transform

    Inheritance
    Object
    MoveAbleLogic
    MoveAbleLogic_Transform
    Inherited Members
    MoveAbleLogic.CreateLogic_Rigidbody2D(MonoBehaviour, MoveAbleLogic_Rigidbody2D.EMode)
    MoveAbleLogic.CreateLogic_Transform(MonoBehaviour)
    MoveAbleLogic.fInitMoveSpeed
    MoveAbleLogic.fCurrentMoveSpeed
    MoveAbleLogic.fInputX_Minus1_1
    MoveAbleLogic.DoSet_InitMoveSpeed(Single)
    MoveAbleLogic.DoMove(Single)
    MoveAbleLogic.DoUpdate(Single)
    Namespace: Global
    Assembly: Main.dll
    Syntax
    public class MoveAbleLogic_Transform : MoveAbleLogic

    Constructors

    | Improve this Doc View Source

    MoveAbleLogic_Transform(MonoBehaviour)

    Declaration
    public MoveAbleLogic_Transform(MonoBehaviour pOwner)
    Parameters
    Type Name Description
    MonoBehaviour pOwner

    Methods

    | Improve this Doc View Source

    GetCurrentSpeed()

    Declaration
    protected override float GetCurrentSpeed()
    Returns
    Type Description
    Single
    Overrides
    MoveAbleLogic.GetCurrentSpeed()
    | Improve this Doc View Source

    OnMove(Single, Single, Single)

    Declaration
    protected override void OnMove(float fMoveX_Minus1_1, float fMoveSpeed, float fDeltaTime)
    Parameters
    Type Name Description
    Single fMoveX_Minus1_1
    Single fMoveSpeed
    Single fDeltaTime
    Overrides
    MoveAbleLogic.OnMove(Single, Single, Single)
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer