Class TestableImage
Inheritance
TestableImage
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsSortMode)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsInactive, UnityEngine.FindObjectsSortMode)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
UnityEngine.Object.FindFirstObjectByType<T>()
UnityEngine.Object.FindAnyObjectByType<T>()
UnityEngine.Object.FindFirstObjectByType<T>(UnityEngine.FindObjectsInactive)
UnityEngine.Object.FindAnyObjectByType<T>(UnityEngine.FindObjectsInactive)
Namespace: Global Namespace
Syntax
public class TestableImage : Image, ICanvasElement, IClippable, IMaskable, IMaterialModifier, ISerializationCallbackReceiver, ILayoutElement, ICanvasRaycastFilter
Fields
isGeometryUpdated
Declaration
public bool isGeometryUpdated
Field Value
Type | Description |
---|---|
Boolean |
isOnPopulateMeshCalled
Declaration
public bool isOnPopulateMeshCalled
Field Value
Type | Description |
---|---|
Boolean |
Methods
GenerateImageData(VertexHelper)
Declaration
public void GenerateImageData(VertexHelper vh)
Parameters
Type | Name | Description |
---|---|---|
VertexHelper | vh |
OnPopulateMesh(VertexHelper)
Declaration
protected override void OnPopulateMesh(VertexHelper toFill)
Parameters
Type | Name | Description |
---|---|---|
VertexHelper | toFill |
Overrides
UpdateGeometry()
Declaration
protected override void UpdateGeometry()