PressableButton.startPushDistance Field

Definition

protected: float startPushDistance;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("The offset at which pushing starts. Offset is relative to the pivot of either the moving visuals if there's any or the button itself.  For UnityUI based PressableButtons, this cannot be a negative value.")]
protected float startPushDistance;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("The offset at which pushing starts. Offset is relative to the pivot of either the moving visuals if there's any or the button itself.  For UnityUI based PressableButtons, this cannot be a negative value.")>]
val mutable startPushDistance : single
Protected startPushDistance As Single 

Field Value

Attributes
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute

Applies to