Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
UIHintImplementation (string uiHint, string presentationLayer, params object[] controlParameters) | |
override int | GetHashCode () |
override bool | Equals ([NotNullWhen(true)] object obj) |
Properties | |
string | UIHint [get] |
string | PresentationLayer [get] |
IDictionary< string, object > | ControlParameters [get] |
Private Member Functions | |
IDictionary< string, object > | BuildControlParametersDictionary () |
Private Attributes | |
readonly object[] | _inputControlParameters |
IDictionary< string, object > | _controlParameters |
Definition at line 10 of file UIHintAttribute.cs.