HiddenMonk / Unity3DRuntimeTransformGizmo

A runtime transform gizmo similar to unitys editor so you can translate (move, rotate, scale) objects at runtime.
MIT License
707 stars 129 forks source link

Update TransformGizmo.cs #29

Open ghost opened 4 years ago

ghost commented 4 years ago

Made outlineMaterial public to swap out the material easier. Added OnSelect() and OnDeselect() Unity Events.