Interface LoadOptions

interface LoadOptions {
    makeVisible?: boolean;
}

Hierarchy (view full)

Properties

Properties

makeVisible?: boolean

Whether to make the object visible after the texture is loaded.

Default Value

true

Generated using TypeDoc