Beispiel #1
0
 public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
 {
     AssetLinkDrawer.DrawAssetObjectSelector(position, property, label, typeof(CharacterSpecAsset));
 }
Beispiel #2
0
 public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
 {
     AssetLinkDrawer.DrawAssetObjectSelector(position, property, label, typeof(PolygonColliderAsset));
 }