PressableButton.movingButtonVisuals Field

Definition

The object that is being pushed.

protected: UnityEngine::GameObject ^ movingButtonVisuals;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("The object that is being pushed.")]
protected UnityEngine.GameObject movingButtonVisuals;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("The object that is being pushed.")>]
val mutable movingButtonVisuals : UnityEngine.GameObject
Protected movingButtonVisuals As GameObject 

Field Value

UnityEngine.GameObject
Attributes
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute

Applies to