C# Class UnityEngine.UI.RawImage

Inheritance: UnityEngine.UI.MaskableGraphic
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
SetNativeSize ( ) : void

Adjusts the raw image size to make it pixel-perfect.

Méthodes protégées

Méthode Description
OnPopulateMesh ( VertexHelper vh ) : void
RawImage ( ) : System

Method Details

OnPopulateMesh() protected méthode

protected OnPopulateMesh ( VertexHelper vh ) : void
vh VertexHelper
Résultat void

RawImage() protected méthode

protected RawImage ( ) : System
Résultat System

SetNativeSize() public méthode

Adjusts the raw image size to make it pixel-perfect.

public SetNativeSize ( ) : void
Résultat void