Variable BuiltInParameterConst
BuiltInParameter: { Color: string; Material: string; Metallic: string; Position: string; Rotation: string; Roughness: string; Scaling: string; UseDetailmap: string; Visible: string; createTextureParameter: ((channel: "albedoTexture" | "metallicRoughnessTexture" | "bumpTexture" | "emissiveTexture" | "opacityTexture" | "ambientTexture" | "lightmapTexture" | "detailmapTexture", parameter: "image" | "uOffset" | "vOffset" | "uScale" | "vScale" | "uAng" | "vAng" | "wAng" | "clampU" | "clampV" | "uvSet") => string) } = ...
Type declaration
-
Color: string
-
Material: string
-
Metallic: string
-
Position: string
-
Rotation: string
-
Roughness: string
-
Scaling: string
-
UseDetailmap: string
-
Visible: string
-
createTextureParameter: ((channel: "albedoTexture" | "metallicRoughnessTexture" | "bumpTexture" | "emissiveTexture" | "opacityTexture" | "ambientTexture" | "lightmapTexture" | "detailmapTexture", parameter: "image" | "uOffset" | "vOffset" | "uScale" | "vScale" | "uAng" | "vAng" | "wAng" | "clampU" | "clampV" | "uvSet") => string)
-
- (channel: "albedoTexture" | "metallicRoughnessTexture" | "bumpTexture" | "emissiveTexture" | "opacityTexture" | "ambientTexture" | "lightmapTexture" | "detailmapTexture", parameter: "image" | "uOffset" | "vOffset" | "uScale" | "vScale" | "uAng" | "vAng" | "wAng" | "clampU" | "clampV" | "uvSet"): string
-
Parameters
-
channel: "albedoTexture" | "metallicRoughnessTexture" | "bumpTexture" | "emissiveTexture" | "opacityTexture" | "ambientTexture" | "lightmapTexture" | "detailmapTexture"
-
parameter: "image" | "uOffset" | "vOffset" | "uScale" | "vScale" | "uAng" | "vAng" | "wAng" | "clampU" | "clampV" | "uvSet"
Returns string
Parameters with a built in observer implementation