Options
All
  • Public
  • Public/Protected
  • All
Menu

Part's box description specified in Render.setPart method

Hierarchy

  • PartElement

Index

Properties

children?: PartElement[]

Specifies child elements, using current box coordinates as base for the child boxes

coords: Vector

Box coordinates, relative to part's coordinates

size: { w?: number; x: number; y: number; z: number }

Box size

param w

additional size to be added from all the six sizes of the box

Type declaration

  • Optional w?: number
  • x: number
  • y: number
  • z: number
uv?: { x: number; y: number }

Box texture offset

Type declaration

  • x: number
  • y: number

Generated using TypeDoc