Constructors

Properties

extraSchemas: string[] = []

MaterialBindingAPI and SkelBindingAPI are handled automatically, extra schemas can be added here

type?: string

If no type is provided, type is chosen automatically (Xform or Mesh)

Accessors

  • get isDynamic(): boolean
  • Returns boolean

  • set isDynamic(value): void
  • Parameters

    • value: boolean

    Returns void

  • get matrix(): Matrix4
  • Returns Matrix4

    Deprecated

    Use transform, or getMatrix() if you really need the matrix

  • set matrix(value): void
  • Parameters

    Returns void

    Deprecated

    Use transform, or setMatrix() if you really need the matrix

Methods

  • Parameters

    • child: any

    Returns void

  • Parameters

    Returns void

  • Returns string

  • Parameters

    • obj: any

    Returns boolean

  • Returns boolean

  • Parameters

    • writer: any
    • context: any

    Returns void

  • Parameters

    • child: any

    Returns void

  • Parameters

    Returns void

  • Parameters

    • value: any

    Returns void

Generated using TypeDoc