C# Class SimpleGUIText, UnityStbEasyFont

Inheritance: MonoBehaviour
Afficher le fichier Open project: aras-p/UnityStbEasyFont

Méthodes publiques

Свойство Type Description
anchor TextAnchor
characterSize float
color UnityEngine.Color32
pixelOffset Vector2

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void
RenderText ( Camera cam ) : void
Start ( ) : void
UpdateMaterial ( ) : void
UpdateMesh ( ) : void

Private Methods

Méthode Description
CreateText ( ) : void

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

RenderText() public méthode

public RenderText ( Camera cam ) : void
cam Camera
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UpdateMaterial() public méthode

public UpdateMaterial ( ) : void
Résultat void

UpdateMesh() public méthode

public UpdateMesh ( ) : void
Résultat void

Property Details

anchor public_oe property

public TextAnchor anchor
Résultat TextAnchor

characterSize public_oe property

public float characterSize
Résultat float

color public_oe property

public Color32,UnityEngine color
Résultat UnityEngine.Color32

pixelOffset public_oe property

public Vector2 pixelOffset
Résultat Vector2