Advertisement
napland

CustomTransformInspectorEnums

Aug 19th, 2016
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1.     public enum AlignToType { lastSelected, firstSelected }
  2.     public enum AxisFlag { X = 1, Y = 2, Z = 4 }
  3.  
  4.     public AlignToType alignTo = AlignToType.lastSelected;
  5.     public AxisFlag alignmentAxis = AxisFlag.X;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement