C# Class TakeOutObjectGoal

Inheritance: GoalState
ファイルを表示 Open project: Denakee/HackerMan_2016

Public Properties

Property Type Description
container GameObject
objectInContainer GameObject

Public Methods

Method Description
CheckIfStateIsReached ( ) : bool
Start ( ) : void

Private Methods

Method Description
TakeOutObjectGoal_objectHit ( object sender, EventArgs e ) : void

Method Details

CheckIfStateIsReached() public method

public CheckIfStateIsReached ( ) : bool
return bool

Start() public method

public Start ( ) : void
return void

Property Details

container public_oe property

public GameObject container
return GameObject

objectInContainer public_oe property

public GameObject objectInContainer
return GameObject