C# Class GridNavigator_BHV, PieceOfTreasure-OneGame10.15

Inheritance: GridEntity_BHV
ファイルを表示 Open project: FellowshipOfTheGame/PieceOfTreasure-OneGame10.15 Class Usage Examples

Public Properties

Property Type Description
flying bool
navigationSpeed float
stepDelay float
swimming bool
walking bool

Protected Properties

Property Type Description
isCurrentlyMoving bool

Public Methods

Method Description
MoveDirection ( Direction, direction ) : bool

Protected Methods

Method Description
AnimateStartWalking ( ) : void
AnimateStopWalking ( ) : void
ColisionResult ( GridEntity_BHV, gridCollider ) : void
Start ( ) : void
Update ( ) : void

Method Details

AnimateStartWalking() protected method

protected AnimateStartWalking ( ) : void
return void

AnimateStopWalking() protected method

protected AnimateStopWalking ( ) : void
return void

ColisionResult() protected method

protected ColisionResult ( GridEntity_BHV, gridCollider ) : void
gridCollider GridEntity_BHV,
return void

MoveDirection() public method

public MoveDirection ( Direction, direction ) : bool
direction Direction,
return bool

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

flying public_oe property

public bool flying
return bool

isCurrentlyMoving protected_oe property

protected bool isCurrentlyMoving
return bool

navigationSpeed public_oe property

public float navigationSpeed
return float

stepDelay public_oe property

public float stepDelay
return float

swimming public_oe property

public bool swimming
return bool

walking public_oe property

public bool walking
return bool