BoundsControl.BoundsCorners Property

Definition

Caution

The BoundsCorners property is unused and will be removed in a future release. It has not, and does not, return any information.

This property is unused and will be removed in a future release. It has not, and does not, return any information.

public:
 property cli::array <UnityEngine::Vector3> ^ BoundsCorners { cli::array <UnityEngine::Vector3> ^ get(); };
public UnityEngine.Vector3[] BoundsCorners { get; }
[System.Obsolete("The BoundsCorners property is unused and will be removed in a future release. It has not, and does not, return any information.")]
public UnityEngine.Vector3[] BoundsCorners { get; }
member this.BoundsCorners : UnityEngine.Vector3[]
[<System.Obsolete("The BoundsCorners property is unused and will be removed in a future release. It has not, and does not, return any information.")>]
member this.BoundsCorners : UnityEngine.Vector3[]
Public ReadOnly Property BoundsCorners As Vector3()

Property Value

UnityEngine.Vector3[]
Attributes

Applies to