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

ScriptablePropertyAttribute() 공개 메소드

public ScriptablePropertyAttribute ( string scriptPropertyName ) : System
scriptPropertyName string
리턴 System
        public ScriptablePropertyAttribute( string scriptPropertyName )
		{
			ScriptPropertyName = scriptPropertyName;
		}

Same methods

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