Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WithDefaultValue(object)

Configures the default value for the option being built.
Read time 1 minuteLast updated 6 days ago

Definition

WithDefaultValue(Object)

IOptionBuilder WithDefaultValue(object defaultValue)

Parameters

defaultValue

The default value to assign to the option.

Returns

Type

Description

IOptionBuilder