C# Class NodeAntoine, PathfindingToolUnity

显示文件 Open project: benjaml/PathfindingToolUnity Class Usage Examples

Public Properties

Property Type Description
player GameObject

Public Methods

Method Description
Execute ( ) : bool
NodeAntoine ( ) : System.Collections
SetPlayer ( GameObject thePlayer ) : void

Method Details

Execute() public abstract method

public abstract Execute ( ) : bool
return bool

NodeAntoine() public method

public NodeAntoine ( ) : System.Collections
return System.Collections

SetPlayer() public method

public SetPlayer ( GameObject thePlayer ) : void
thePlayer GameObject
return void

Property Details

player public_oe property

public GameObject player
return GameObject