Advertisement
napland

CustomTransformComponent part 3-1

Jul 30th, 2016
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1.     public override void OnInspectorGUI()
  2.     {
  3.         //We need this for all OnInspectorGUI sub methods
  4.         _transform = (Transform)target;
  5.         StandardTransformInspector();
  6.         QuaternionInspector();
  7.  
  8.         ShowLocalAxisComponentToggle();
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement