Class BoneInspectorPanel
Inheritance
System.Object
BoneInspectorPanel
Syntax
public class BoneInspectorPanel : VisualElement
Constructors
BoneInspectorPanel()
Declaration
public BoneInspectorPanel()
Properties
boneDepth
Declaration
public int boneDepth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
boneName
Declaration
public string boneName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
BindElements()
Declaration
public void BindElements()
GenerateFromUXML()
Declaration
public static BoneInspectorPanel GenerateFromUXML()
Returns
Events
onBoneDepthChanged
Declaration
public event Action<int> onBoneDepthChanged
Event Type
Type |
Description |
System.Action<System.Int32> |
|
onBoneNameChanged
Declaration
public event Action<string> onBoneNameChanged
Event Type
Type |
Description |
System.Action<System.String> |
|