C# Class UnityEngine.UI.BaseMeshEffect

Inheritance: UnityEngine.EventSystems.UIBehaviour, IMeshModifier
Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ModifyMesh ( Mesh mesh ) : void

See:IMeshModifier.

ModifyMesh ( VertexHelper vh ) : void

Protected Methods

Method Description
BaseMeshEffect ( ) : System
OnDidApplyAnimationProperties ( ) : void
OnDisable ( ) : void

See MonoBehaviour.OnDisable.

OnEnable ( ) : void
OnValidate ( ) : void

Method Details

BaseMeshEffect() protected method

protected BaseMeshEffect ( ) : System
return System

ModifyMesh() public method

See:IMeshModifier.

public ModifyMesh ( Mesh mesh ) : void
mesh UnityEngine.Mesh
return void

ModifyMesh() public abstract method

public abstract ModifyMesh ( VertexHelper vh ) : void
vh VertexHelper
return void

OnDidApplyAnimationProperties() protected method

protected OnDidApplyAnimationProperties ( ) : void
return void

OnDisable() protected method

See MonoBehaviour.OnDisable.

protected OnDisable ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnValidate() protected method

protected OnValidate ( ) : void
return void