BoundingBox.RotateMidpoints Property

Definition

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

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

Property Value

IReadOnlyList<UnityEngine.Transform>

Applies to