public override void OnInspectorGUI ()
{
.....
NGUIEditorTools.DrawProperty("Starting State", serializedObject, "startsActive");
NGUIEditorTools.SetLabelWidth(100f);
NGUIEditorTools.DrawProperty("IsNone", serializedObject, "isNone");
NGUIEditorTools.SetLabelWidth(80f);
......
}