You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
569 B
32 lines
569 B
namespace UnityEditor.U2D.Animation
|
|
{
|
|
internal enum SkinningMode
|
|
{
|
|
SpriteSheet,
|
|
Character
|
|
}
|
|
|
|
internal enum Tools
|
|
{
|
|
EditGeometry,
|
|
CreateVertex,
|
|
CreateEdge,
|
|
SplitEdge,
|
|
GenerateGeometry,
|
|
EditPose,
|
|
EditJoints,
|
|
CreateBone,
|
|
SplitBone,
|
|
ReparentBone,
|
|
WeightSlider,
|
|
WeightBrush,
|
|
GenerateWeights,
|
|
BoneInfluence,
|
|
SpriteInfluence,
|
|
CopyPaste,
|
|
Visibility,
|
|
SwitchMode,
|
|
CharacterPivotTool
|
|
}
|
|
}
|