C# Class UnityEngine.UI.Extensions.LetterSpacing

Inheritance: BaseMeshEffect
ファイルを表示 Open project: renketsu0/oculus_data_vis Class Usage Examples

Public Methods

Method Description
ModifyMesh ( Mesh mesh ) : void

Protected Methods

Method Description
LetterSpacing ( ) : System.Collections.Generic
OnValidate ( ) : void

Method Details

LetterSpacing() protected method

protected LetterSpacing ( ) : System.Collections.Generic
return System.Collections.Generic

ModifyMesh() public method

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

OnValidate() protected method

protected OnValidate ( ) : void
return void