C# Class UnityEngine.UI.RawImage

Inheritance: UnityEngine.UI.MaskableGraphic
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
SetNativeSize ( ) : void

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

Protected Methods

Method Description
OnPopulateMesh ( VertexHelper vh ) : void
RawImage ( ) : System

Method Details

OnPopulateMesh() protected method

protected OnPopulateMesh ( VertexHelper vh ) : void
vh VertexHelper
return void

RawImage() protected method

protected RawImage ( ) : System
return System

SetNativeSize() public method

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

public SetNativeSize ( ) : void
return void