C# Class Tutorial.NewTutorialAIUnit

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: tommai78101/Multiplier Class Usage Examples

Public Properties

Property Type Description
selectionRingRenderer UnityEngine.MeshRenderer

Public Methods

Method Description
Awake ( ) : void
ToggleSelectionRing ( bool value ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

ToggleSelectionRing() public method

public ToggleSelectionRing ( bool value ) : void
value bool
return void

Property Details

selectionRingRenderer public_oe property

public MeshRenderer,UnityEngine selectionRingRenderer
return UnityEngine.MeshRenderer