Super Bomber Kit
Search Results for

    Show / Hide Table of Contents

    Interface IPlayerWalkBehaviour

    Namespace: BomberDogs.PlayerBehaviours
    Assembly: Assembly-CSharp.dll
    Syntax
    public interface IPlayerWalkBehaviour

    Methods

    | Edit this page View Source

    GetInvertFlip()

    Declaration
    bool GetInvertFlip()
    Returns
    Type Description
    bool
    | Edit this page View Source

    GetWalkDirection()

    Declaration
    EWalkDirection GetWalkDirection()
    Returns
    Type Description
    EWalkDirection
    | Edit this page View Source

    GetWalkDirectionAsVector()

    Declaration
    Vector2 GetWalkDirectionAsVector()
    Returns
    Type Description
    Vector2
    | Edit this page View Source

    SetFacingDirectionFromExternalMounting(EWalkDirection)

    Declaration
    void SetFacingDirectionFromExternalMounting(EWalkDirection newWalkDirection)
    Parameters
    Type Name Description
    EWalkDirection newWalkDirection
    | Edit this page View Source

    SetWalkDirection(EWalkDirection)

    Declaration
    void SetWalkDirection(EWalkDirection direction)
    Parameters
    Type Name Description
    EWalkDirection direction
    | Edit this page View Source

    Stop()

    Declaration
    void Stop()
    | Edit this page View Source

    UpdateAnimator()

    Declaration
    void UpdateAnimator()
    • Edit this page
    • View Source
    In this article
    Back to top