Axiom.Scripting.ScriptablePropertyAttribute.ScriptablePropertyAttribute C# (CSharp) 메소드

ScriptablePropertyAttribute() 공개 메소드

public ScriptablePropertyAttribute ( string scriptPropertyName, string description, Type owner ) : System
scriptPropertyName string
description string
owner System.Type
리턴 System
		public ScriptablePropertyAttribute( string scriptPropertyName, string description, Type owner )
		{
			ScriptPropertyName = scriptPropertyName;
		}
	}

Same methods

ScriptablePropertyAttribute::ScriptablePropertyAttribute ( string scriptPropertyName ) : System
ScriptablePropertyAttribute::ScriptablePropertyAttribute ( string scriptPropertyName, string description ) : System
ScriptablePropertyAttribute