C# Class MultiPlayer.SelectionRing

Inheritance: NetworkBehaviour
ファイルを表示 Open project: tommai78101/Multiplier

Public Properties

Property Type Description
color UnityEngine.Color
gameUnit GameUnit
meshRenderer UnityEngine.MeshRenderer

Public Methods

Method Description
SetColor ( Color color ) : void
Start ( ) : void

Method Details

SetColor() public method

public SetColor ( Color color ) : void
color UnityEngine.Color
return void

Start() public method

public Start ( ) : void
return void

Property Details

color public_oe property

public Color,UnityEngine color
return UnityEngine.Color

gameUnit public_oe property

public GameUnit,MultiPlayer gameUnit
return GameUnit

meshRenderer public_oe property

public MeshRenderer,UnityEngine meshRenderer
return UnityEngine.MeshRenderer