C# Class GeneralTargetsBehavior

Inheritance: MonoBehaviour
ファイルを表示 Open project: ekumenlabs/Garkanoid

Public Properties

Property Type Description
targetSets GameObject[]

Public Methods

Method Description
SetFinished ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetFinished() public method

public SetFinished ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

targetSets public_oe property

public GameObject[] targetSets
return GameObject[]