NearInteractionTouchable.bounds 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: UnityEngine::Vector2 bounds;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("Bounds or size of the 2D NearInteractionTouchablePlane")]
protected UnityEngine.Vector2 bounds;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("Bounds or size of the 2D NearInteractionTouchablePlane")>]
val mutable bounds : UnityEngine.Vector2
Protected bounds As Vector2
Field Value
UnityEngine.Vector2
- Attributes
-
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute