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.
This class provides 1 method for working with SceneObject objects in Typescript programs.
Available methods include: constructor.
All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package.
Properties: scene.
Description
SceneObject is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 1 property for programmatic use. It extends A3DObject, inheriting shared functionality from its parent type.
Core capabilities include: `scene . These operations enable developers to integrate sceneobject functionality directly into TypeScript applications.
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
scene | Scene | null | Read/Write | Gets the scene. |
Methods
| Signature | Description |
|---|---|
constructor(name: string) |