Inheritance
System.Object
SkeletonToolView
public class SkeletonToolView
Constructors
Declaration
public SkeletonToolView()
Methods
Declaration
Declaration
public void Initialize(LayoutOverlay layout)
Parameters
Declaration
Declaration
public void Update(string name, int depth)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
depth |
|
Events
Declaration
public event Action<int> onBoneDepthChanged
Event Type
Type |
Description |
System.Action<System.Int32> |
|
Declaration
public event Action<string> onBoneNameChanged
Event Type
Type |
Description |
System.Action<System.String> |
|