Shinedo
Results
1
issues of
Shinedo
Before using System.Collections.Generic; using UnityEditor; using UnityEngine; namespace TweenPlayables.Editor { public abstract class TweenAnimationBehaviourDrawer : PropertyDrawer { protected abstract IEnumerable GetPropertyNames(); public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)...