Class PlayURParameterAttribute
Inheritance
PropertyAttribute
PlayURParameterAttribute
Inherited Members
PropertyAttribute.order
Assembly: PlayUR.dll
Syntax
public class PlayURParameterAttribute : PropertyAttribute
Constructors
|
Improve this Doc
View Source
PlayURParameterAttribute(string)
Declaration
public PlayURParameterAttribute(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Fields
|
Improve this Doc
View Source
crash
Declaration
Field Value
|
Improve this Doc
View Source
defaultValue
Declaration
public object defaultValue
Field Value
|
Improve this Doc
View Source
key
Declaration
Field Value
|
Improve this Doc
View Source
warn
Declaration
Field Value
Methods
|
Improve this Doc
View Source
Apply(FieldInfo, object)
Declaration
public void Apply(FieldInfo field, object obj)
Parameters