Click or drag to resize

GroupOfObjectsBaseObjects Property

The list of base objects. When creating objects, the editor uses base objects as a background on which objects are placed.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ReferenceList<Component> BaseObjects { get; }

Property Value

Type: ReferenceListComponent
See Also