Class ToggleTestImageHook
Inheritance
ToggleTestImageHook
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 ToggleTestImageHook : Image, ICanvasElement, IClippable, IMaskable, IMaterialModifier, ISerializationCallbackReceiver, ILayoutElement, ICanvasRaycastFilter
Fields
durationTween
Declaration
public float durationTween
Field Value
| Type | Description |
|---|---|
| Single |
Methods
CrossFadeColor(Color, Single, Boolean, Boolean, Boolean)
Declaration
public override void CrossFadeColor(Color targetColor, float duration, bool ignoreTimeScale, bool useAlpha, bool useRGB)
Parameters
| Type | Name | Description |
|---|---|---|
| Color | targetColor | |
| Single | duration | |
| Boolean | ignoreTimeScale | |
| Boolean | useAlpha | |
| Boolean | useRGB |