UnityEngine.ScriptableObject.Internal_CreateScriptableObject C# (CSharp) Method

Internal_CreateScriptableObject() private static method

private static Internal_CreateScriptableObject ( ScriptableObject self ) : void
self ScriptableObject
return void
		private static void Internal_CreateScriptableObject(ScriptableObject self){}
		public void SetDirty(){}

Usage Example

Esempio n. 1
0
 public ScriptableObject()
 {
     ScriptableObject.Internal_CreateScriptableObject(this);
 }