Tanoda
UnityEngine.UI.Extensions.UIFlippable Class Reference
Inheritance diagram for UnityEngine.UI.Extensions.UIFlippable:

Public Member Functions

override void ModifyMesh (VertexHelper verts)
 

Properties

bool horizontal [get, set]
 Gets or sets a value indicating whether this UnityEngine.UI.UIFlippable should be flipped horizontally. More...
 
bool vertical [get, set]
 Gets or sets a value indicating whether this UnityEngine.UI.UIFlippable should be flipped vertically. More...
 

Detailed Description

Definition at line 8 of file UIFlippable.cs.

Member Function Documentation

◆ ModifyMesh()

override void UnityEngine.UI.Extensions.UIFlippable.ModifyMesh ( VertexHelper  verts)

Definition at line 40 of file UIFlippable.cs.

Property Documentation

◆ horizontal

bool UnityEngine.UI.Extensions.UIFlippable.horizontal
getset

Gets or sets a value indicating whether this UnityEngine.UI.UIFlippable should be flipped horizontally.

true if horizontal; otherwise, false.

Definition at line 24 of file UIFlippable.cs.

◆ vertical

bool UnityEngine.UI.Extensions.UIFlippable.vertical
getset

Gets or sets a value indicating whether this UnityEngine.UI.UIFlippable should be flipped vertically.

true if vertical; otherwise, false.

Definition at line 34 of file UIFlippable.cs.


The documentation for this class was generated from the following file: