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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ReferenceList<Component> BaseObjects { get; }

Property Value

ReferenceListComponent
See Also