Entity — Aspose.3D FOSS for .NET
Overview
Entity is the abstract base class for all objects that can be attached to a Node. Concrete subclasses include Mesh, Camera, Box, Sphere, and Cylinder. An entity provides name and identity but no geometry of its own.
public abstract class Entity : SceneObjectInheritance
A3DObject → SceneObject → Entity
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | get/set | Name of the entity |