Click or drag to resize

GridAnimateAlpha Method

Animate the grid alpha

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public UnityEngine.Coroutine AnimateAlpha(
	float alpha,
	float duration
)

Parameters

alpha
Type: SystemSingle
duration
Type: SystemSingle

Return Value

Type: UnityEngine.Coroutine
See Also