C# Class VertexColor, hexciter

Inheritance: MonoBehaviour
ファイルを表示 Open project: pR0Ps/hexciter Class Usage Examples

Public Properties

Property Type Description
vColor Color

Public Methods

Method Description
Awake ( ) : void
UpdateColor ( Color color ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

UpdateColor() public method

public UpdateColor ( Color color ) : void
color Color
return void

Property Details

vColor public_oe property

public Color vColor
return Color