Constructors

  • Parameters

    • id: any
    • name: any
    • matrix: any
    • mesh: any = null
    • material: any = null
    • camera: any = null
    • skinnedMesh: any = null
    • animations: AnimationClip[] = null

    Returns USDObject

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

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

Generated using TypeDoc