SceneObject

Overview

SceneObject is a class in Aspose.3D FOSS for Typescript. Inherits from: A3DObject.

SceneObject.scene holds the parent Scene reference or null when the object is not attached to a scene.

Properties

NameTypeAccessDescription
sceneScene | nullRead/WriteHolds the parent Scene reference or null when the object is not attached to a scene

Methods

SignatureDescription
constructor(name: string)

See Also