예제 #1
0
 protected override void OnEnable()
 {
     base.OnEnable();
     transformAnimation = target as EZTransformAnimation;
     m_PathMode         = serializedObject.FindProperty("m_PathMode");
 }
예제 #2
0
 protected override void GetOtherProperties()
 {
     transformAnimation = target as EZTransformAnimation;
     m_PathMode         = serializedObject.FindProperty("m_PathMode");
 }