|
bool | CutUL [get, set] |
|
bool | CutUR [get, set] |
|
bool | CutLL [get, set] |
|
bool | CutLR [get, set] |
|
bool | MakeColumns [get, set] |
|
bool | UseColorUp [get, set] |
|
Color32 | ColorUp [get, set] |
|
bool | UseColorDown [get, set] |
|
Color32 | ColorDown [get, set] |
|
Sprite | sprite [get, set] |
|
Sprite | overrideSprite [get, set] |
|
Sprite | activeSprite [get] |
|
float | eventAlphaThreshold [get, set] |
|
ResolutionMode | ImproveResolution [get, set] |
|
float | Resolution [get, set] |
|
bool | UseNativeSize [get, set] |
|
static Material | defaultETC1GraphicMaterial [get] |
| Default material used to draw everything if no explicit material was specified. More...
|
|
override Texture | mainTexture [get] |
| Image's texture comes from the UnityEngine.Image. More...
|
|
bool | hasBorder [get] |
| Whether the Image has a border to work with. More...
|
|
float | pixelsPerUnit [get] |
|
override Material | material [get, set] |
|
virtual float | minWidth [get] |
|
virtual float | preferredWidth [get] |
|
virtual float | flexibleWidth [get] |
|
virtual float | minHeight [get] |
|
virtual float | preferredHeight [get] |
|
virtual float | flexibleHeight [get] |
|
virtual int | layoutPriority [get] |
|
Definition at line 22 of file UICornerCut.cs.
◆ OnPopulateMesh()
override void UnityEngine.UI.Extensions.UICornerCut.OnPopulateMesh |
( |
VertexHelper |
vh | ) |
|
|
protected |
◆ cornerSize
Vector2 UnityEngine.UI.Extensions.UICornerCut.cornerSize = new Vector2(16, 16) |
◆ ColorDown
Color32 UnityEngine.UI.Extensions.UICornerCut.ColorDown |
|
getset |
◆ ColorUp
Color32 UnityEngine.UI.Extensions.UICornerCut.ColorUp |
|
getset |
◆ CutLL
bool UnityEngine.UI.Extensions.UICornerCut.CutLL |
|
getset |
◆ CutLR
bool UnityEngine.UI.Extensions.UICornerCut.CutLR |
|
getset |
◆ CutUL
bool UnityEngine.UI.Extensions.UICornerCut.CutUL |
|
getset |
◆ CutUR
bool UnityEngine.UI.Extensions.UICornerCut.CutUR |
|
getset |
◆ MakeColumns
bool UnityEngine.UI.Extensions.UICornerCut.MakeColumns |
|
getset |
◆ UseColorDown
bool UnityEngine.UI.Extensions.UICornerCut.UseColorDown |
|
getset |
◆ UseColorUp
bool UnityEngine.UI.Extensions.UICornerCut.UseColorUp |
|
getset |
The documentation for this class was generated from the following file: