C# Class UnityEngine.UI.BaseMeshEffect

Inheritance: UnityEngine.EventSystems.UIBehaviour, IMeshModifier
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
ModifyMesh ( Mesh mesh ) : void

See:IMeshModifier.

ModifyMesh ( VertexHelper vh ) : void

Méthodes protégées

Méthode Description
BaseMeshEffect ( ) : System
OnDidApplyAnimationProperties ( ) : void
OnDisable ( ) : void

See MonoBehaviour.OnDisable.

OnEnable ( ) : void
OnValidate ( ) : void

Method Details

BaseMeshEffect() protected méthode

protected BaseMeshEffect ( ) : System
Résultat System

ModifyMesh() public méthode

See:IMeshModifier.

public ModifyMesh ( Mesh mesh ) : void
mesh UnityEngine.Mesh
Résultat void

ModifyMesh() public abstract méthode

public abstract ModifyMesh ( VertexHelper vh ) : void
vh VertexHelper
Résultat void

OnDidApplyAnimationProperties() protected méthode

protected OnDidApplyAnimationProperties ( ) : void
Résultat void

OnDisable() protected méthode

See MonoBehaviour.OnDisable.

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnValidate() protected méthode

protected OnValidate ( ) : void
Résultat void