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);
 }