C# Class HighlightManager, OCDEscape

Inheritance: MonoBehaviour
Datei anzeigen Open project: gadauto3/OCDEscape Class Usage Examples

Public Properties

Property Type Description
meshRenderers UnityEngine.MeshRenderer[]
outlineMaterial Material

Protected Properties

Property Type Description
highlightInfos HighlightInfo[],

Public Methods

Method Description
AdjustHighlightMaterial ( Material newMaterial ) : void
OffHighlight ( ) : void
OnHighlight ( ) : void

Protected Methods

Method Description
Awake ( ) : void

Method Details

AdjustHighlightMaterial() public method

public AdjustHighlightMaterial ( Material newMaterial ) : void
newMaterial Material
return void

Awake() protected method

protected Awake ( ) : void
return void

OffHighlight() public method

public OffHighlight ( ) : void
return void

OnHighlight() public method

public OnHighlight ( ) : void
return void

Property Details

highlightInfos protected_oe property

protected HighlightInfo[], highlightInfos
return HighlightInfo[],

meshRenderers public_oe property

public MeshRenderer[],UnityEngine meshRenderers
return UnityEngine.MeshRenderer[]

outlineMaterial public_oe property

public Material outlineMaterial
return Material