C# Class InsertGoal

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

Public Properties

Property Type Description
objectsToInsert GameObject
targetContainer GameObject

Public Methods

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

Private Methods

Method Description
InsertGoal_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

objectsToInsert public_oe property

public GameObject objectsToInsert
return GameObject

targetContainer public_oe property

public GameObject targetContainer
return GameObject