PressableButton.startPushDistance Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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