C# Class SinglePlayer.TurnOnPostRenderer

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: tommai78101/Multiplier

Public Properties

Property Type Description
isInitialized bool
postRenderer Common.PostRenderer

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

TurnOnSelectionBox() public method

public TurnOnSelectionBox ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

isInitialized public_oe property

public bool isInitialized
return bool

postRenderer public_oe property

public PostRenderer,Common postRenderer
return Common.PostRenderer