Click or drag to resize

OptionalVector2 Properties

The OptionalVector2 type exposes the following members.

Properties
  NameDescription
Public propertyUseValue
Gets or sets whether to use the value of this instance.
(Inherited from OptionalT.)
Public propertyCode exampleValue
The value of this instance. It should only be used if UseValue is true. Otherwise, some other value should be used, or code that does not need it must be executed instead.
(Inherited from OptionalT.)
Top
See Also