C# Class HighlightManager, OCDEscape

Inheritance: MonoBehaviour
Afficher le fichier Open project: gadauto3/OCDEscape Class Usage Examples

Méthodes publiques

Свойство Type Description
meshRenderers UnityEngine.MeshRenderer[]
outlineMaterial Material

Protected Properties

Свойство Type Description
highlightInfos HighlightInfo[],

Méthodes publiques

Méthode Description
AdjustHighlightMaterial ( Material newMaterial ) : void
OffHighlight ( ) : void
OnHighlight ( ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void

Method Details

AdjustHighlightMaterial() public méthode

public AdjustHighlightMaterial ( Material newMaterial ) : void
newMaterial Material
Résultat void

Awake() protected méthode

protected Awake ( ) : void
Résultat void

OffHighlight() public méthode

public OffHighlight ( ) : void
Résultat void

OnHighlight() public méthode

public OnHighlight ( ) : void
Résultat void

Property Details

highlightInfos protected_oe property

protected HighlightInfo[], highlightInfos
Résultat HighlightInfo[],

meshRenderers public_oe property

public MeshRenderer[],UnityEngine meshRenderers
Résultat UnityEngine.MeshRenderer[]

outlineMaterial public_oe property

public Material outlineMaterial
Résultat Material