BoundingBox.ScaleCorners Property

Definition

Returns list of transforms pointing to the scale handles of the bounding box.

public:
 property System::Collections::Generic::IReadOnlyList<UnityEngine::Transform ^> ^ ScaleCorners { System::Collections::Generic::IReadOnlyList<UnityEngine::Transform ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<UnityEngine.Transform> ScaleCorners { get; }
member this.ScaleCorners : System.Collections.Generic.IReadOnlyList<UnityEngine.Transform>
Public ReadOnly Property ScaleCorners As IReadOnlyList(Of Transform)

Property Value

IReadOnlyList<UnityEngine.Transform>

Applies to