跳到主要内容

daz_channel_float

Ploy3D / daz_channel_float

Interface: daz_channel_float

DAZ浮点型参数通道。

Hierarchy

Table of contents

Properties

Properties

auto_follow

Optional auto_follow: boolean

在匹配期间,通道是否应当自动链接到相应的通道上(默认false)。

Inherited from

daz_channel.auto_follow


clamped

Optional clamped: boolean

是否强制约束在最大最小值之间(默认false)。


current_value

Optional current_value: number

当前值(默认0.0)。


display_as_percent

Optional display_as_percent: boolean

是否应以百分比的形式向用户显示(默认false)。


id

id: string

包含对象范围内的唯一ID。

Inherited from

daz_channel.id


label

Optional label: string

用户可理解的外部标签。

Inherited from

daz_channel.label


locked

Optional locked: boolean

是否禁止修改参数(默认false)。

Inherited from

daz_channel.locked


mappable

Optional mappable: boolean

是否可映射(默认false)。


max

Optional max: number

最大值(默认1.0)。


min

Optional min: number

最小值(默认0.0)。


name

name: string

内部名称。

Inherited from

daz_channel.name


step_size

Optional step_size: number

通过UI控制参数时,修改的步进大小。


type

type: "string" | "color" | "float" | "image" | "alias" | "bool" | "enum" | "int"

数据类型(默认float)。

Inherited from

daz_channel.type


value

Optional value: number

默认值(默认0.0)。


visible

Optional visible: boolean

是否在UI中显示参数(默认true)。

Inherited from

daz_channel.visible