UnityEngine.ScriptableObject.Internal_CreateScriptableObject C# (CSharp) Метод

Internal_CreateScriptableObject() приватный статический Метод

private static Internal_CreateScriptableObject ( ScriptableObject self ) : void
self ScriptableObject
Результат void
		private static void Internal_CreateScriptableObject(ScriptableObject self){}
		public void SetDirty(){}

Usage Example

Пример #1
0
 public ScriptableObject()
 {
     ScriptableObject.Internal_CreateScriptableObject(this);
 }