Tanoda
|
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... | |
Definition at line 8 of file UIFlippable.cs.
override void UnityEngine.UI.Extensions.UIFlippable.ModifyMesh | ( | VertexHelper | verts | ) |
Definition at line 40 of file UIFlippable.cs.
|
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.
|
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.