Show / Hide Table of Contents

    Class MoveAble

    Inheritance
    Object
    ObjectBase
    MoveAble
    Namespace: Global
    Assembly: Main.dll
    Syntax
    public class MoveAble : ObjectBase

    Properties

    | Improve this Doc View Source

    fCurrentMoveSpeed

    Declaration
    public float fCurrentMoveSpeed { get; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    fInitMoveSpeed

    Declaration
    public float fInitMoveSpeed { get; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    fInputX_Minus1_1

    Declaration
    public float fInputX_Minus1_1 { get; }
    Property Value
    Type Description
    Single

    Methods

    | Improve this Doc View Source

    DoInit(MoveAbleLogic)

    Declaration
    public void DoInit(MoveAbleLogic pLogic)
    Parameters
    Type Name Description
    MoveAbleLogic pLogic
    | Improve this Doc View Source

    DoInit(MoveAbleLogic, Single)

    Declaration
    public void DoInit(MoveAbleLogic pLogic, float fMoveSpeed)
    Parameters
    Type Name Description
    MoveAbleLogic pLogic
    Single fMoveSpeed
    | Improve this Doc View Source

    DoMove(Single)

    Declaration
    public void DoMove(float fMoveX_0_1)
    Parameters
    Type Name Description
    Single fMoveX_0_1
    | Improve this Doc View Source

    DoUpdate_Manual(Single)

    Declaration
    public void DoUpdate_Manual(float fDeltaTime)
    Parameters
    Type Name Description
    Single fDeltaTime
    | Improve this Doc View Source

    OnAwake()

    Declaration
    protected override void OnAwake()
    Overrides
    ObjectBase.OnAwake()
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer