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