AssetInfo — Aspose.3D FOSS for .NET

Overview

AssetInfo is a metadata block attached to a Scene. It inherits from A3DObject, providing the Name property and a Properties collection for storing arbitrary metadata. In the current FOSS edition, AssetInfo does not define additional properties beyond those inherited from A3DObject.

Access via scene.AssetInfo.

See Also