Tanoda
UnityEngine.UI.Extensions.DiamondGraph Class Reference
Inheritance diagram for UnityEngine.UI.Extensions.DiamondGraph:
UnityEngine.UI.Extensions.UIPrimitiveBase

Protected Member Functions

override void OnPopulateMesh (VertexHelper vh)
 
- Protected Member Functions inherited from UnityEngine.UI.Extensions.UIPrimitiveBase
 UIPrimitiveBase ()
 
UIVertex[] SetVbo (Vector2[] vertices, Vector2[] uvs)
 
Vector2[] IncreaseResolution (Vector2[] input)
 
List< Vector2 > IncreaseResolution (List< Vector2 > input)
 
virtual void GeneratedUVs ()
 
virtual void ResolutionToNativeSize (float distance)
 
override void OnEnable ()
 

Properties

float A [get, set]
 
float B [get, set]
 
float C [get, set]
 
float D [get, set]
 
- Properties inherited from UnityEngine.UI.Extensions.UIPrimitiveBase
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]
 

Additional Inherited Members

- Public Member Functions inherited from UnityEngine.UI.Extensions.UIPrimitiveBase
virtual void CalculateLayoutInputHorizontal ()
 
virtual void CalculateLayoutInputVertical ()
 
virtual bool IsRaycastLocationValid (Vector2 screenPoint, Camera eventCamera)
 
- Protected Attributes inherited from UnityEngine.UI.Extensions.UIPrimitiveBase
float m_Resolution
 
- Static Protected Attributes inherited from UnityEngine.UI.Extensions.UIPrimitiveBase
static Material s_ETC1DefaultUI = null
 

Detailed Description

Definition at line 9 of file DiamondGraph.cs.

Member Function Documentation

◆ OnPopulateMesh()

override void UnityEngine.UI.Extensions.DiamondGraph.OnPopulateMesh ( VertexHelper  vh)
protected

Definition at line 46 of file DiamondGraph.cs.

Property Documentation

◆ A

float UnityEngine.UI.Extensions.DiamondGraph.A
getset

Definition at line 21 of file DiamondGraph.cs.

◆ B

float UnityEngine.UI.Extensions.DiamondGraph.B
getset

Definition at line 27 of file DiamondGraph.cs.

◆ C

float UnityEngine.UI.Extensions.DiamondGraph.C
getset

Definition at line 33 of file DiamondGraph.cs.

◆ D

float UnityEngine.UI.Extensions.DiamondGraph.D
getset

Definition at line 39 of file DiamondGraph.cs.


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