Click or drag to resize
PropertyBackingFieldAttributeOverrideAttribute Property
Gets an optional PropertyAttribute that specifies what PropertyDrawer should be used for the decorated field.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public PropertyAttribute OverrideAttribute { get; }

Property Value

Type: PropertyAttribute
An optional PropertyAttribute that specifies what PropertyDrawer should be used for the decorated field.
See Also