Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / CustomTransformInspector.cs
Created November 24, 2016 10:41
using UnityEngine;
using UnityEditor;
using System;
[CanEditMultipleObjects, CustomEditor(typeof(Transform), true)]
public class TransformCustom : Editor
{
protected bool m_showWorld = false;