Class OptionalDoubleDrawer
Draws the Inspector GUI for an optional double property
Inheritance
OptionalDoubleDrawer
Inherited Members
Namespace: Unity.AppUI.Editor
Assembly: Unity.AppUI.Editor.dll
Syntax
[CustomPropertyDrawer(typeof(Optional<double>))]
public class OptionalDoubleDrawer : OptionalValuePropertyDrawer<double, DoubleField>
Methods
SetValue(double)
Sets the value of the property in the serialized object
Declaration
protected override void SetValue(double newValue)
Parameters
Type | Name | Description |
---|---|---|
double | newValue | The new value of the property |