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) } = ...

Parameters with a built in observer implementation

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
      • Texture parameters are always a combination of the channel (e.g. albedoTexture) and a sub parameter (e.g. uScale). Use this function to create the parameter accordingly (e.g. createTextureParameter("albedoTexture", "uScale")).

        Parameters

        • channel: "albedoTexture" | "metallicRoughnessTexture" | "bumpTexture" | "emissiveTexture" | "opacityTexture" | "ambientTexture" | "lightmapTexture" | "detailmapTexture"
        • parameter: "image" | "uOffset" | "vOffset" | "uScale" | "vScale" | "uAng" | "vAng" | "wAng" | "clampU" | "clampV" | "uvSet"

        Returns string

Generated using TypeDoc