PerAxisHandles.HandlePositionDescription Property
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.
This description is used as the name (followed by an index) for the handle gameobject. Can be used to search the rigroot tree to find a specific handle by name
protected:
virtual property System::String ^ HandlePositionDescription { System::String ^ get(); };
protected virtual string HandlePositionDescription { get; }
member this.HandlePositionDescription : string
Protected Overridable ReadOnly Property HandlePositionDescription As String