ThreePipe
    Preparing search index...

    Class BoneHelper

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    assetType: string = 'widget'
    autoUpdate: boolean = true
    color1: Color = ...
    color2: Color = ...
    isWidget: true = ...
    lineSegments: LineSegments2
    lineWidth: number = 5
    material: LineMaterial2
    modelObject: BoneHelper = ...
    • not required
    object: undefined | Bone & IUiConfigContainer<any, string>
    uiConfig: UiObjectConfig<any, string, any> = ...
    visible: boolean = true

    Object gets rendered if true.

    true

    Methods

    • Updates the global transform of the object. And will update the object descendants if .matrixWorldNeedsUpdate is set to true or if the force parameter is set to true.

      Parameters

      • Optionalforce: boolean

        A boolean that can be used to bypass .matrixWorldAutoUpdate, to recalculate the world matrix of the object and descendants on the current frame. Useful if you cannot wait for the renderer to update it on the next frame, assuming .matrixWorldAutoUpdate set to true.

      Returns void