Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AmbientValue

object System.ComponentModel.ReflectPropertyDescriptor.AmbientValue
getprivate

Definition at line 60 of file ReflectPropertyDescriptor.cs.

61 {
62 get
63 {
65 {
66 Attribute attribute = Attributes[typeof(AmbientValueAttribute)];
67 if (attribute != null)
68 {
69 _ambientValue = ((AmbientValueAttribute)attribute).Value;
70 }
71 else
72 {
74 }
76 }
77 return _ambientValue;
78 }
79 }
virtual AttributeCollection Attributes

Referenced by System.ComponentModel.ReflectPropertyDescriptor.CanResetValue(), and System.ComponentModel.ReflectPropertyDescriptor.ExtenderResetValue().