CustomParameter

The details of user parameters of an environment blueprint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default value of the parameter.

Link copied to clipboard

The description of the parameter.

Link copied to clipboard

The filed type of the parameter.

Link copied to clipboard

Specifies whether the parameter is editable.

Link copied to clipboard

Specifies whether the custom parameter is optional.

Link copied to clipboard

The key name of the parameter.

Functions

Link copied to clipboard
inline fun copy(block: CustomParameter.Builder.() -> Unit = {}): CustomParameter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String