Property decorator that specifies that the property value is optional (nullable).
The type for the value that is optional.
The property decorator instance.
This is automatically applied by the script editor to (non-array) properties that can be set to null, informing the inspector of the type of the property. Do NOT explicitly add this decorator to properties.
Property decorator that specifies that the property value is optional (nullable).