Class WorldNode
- Namespace
- ValveResourceFormat.ResourceTypes
- Assembly
- ValveResourceFormat.dll
Represents a world node resource.
public class WorldNode : KeyValuesOrNTRO
Inheritance
Inherited Members
Extension Methods
Properties
AggregateSceneObjects
Gets the aggregate scene objects.
public IReadOnlyList<KVObject> AggregateSceneObjects { get; }
Property Value
ClutterSceneObjects
Gets the clutter scene objects.
public IReadOnlyList<KVObject> ClutterSceneObjects { get; }
Property Value
LayerNames
Gets the layer names.
public IReadOnlyList<string> LayerNames { get; }
Property Value
SceneObjectLayerIndices
Layer indices for ValveResourceFormat.ResourceTypes.WorldNode.SceneObjects. For ValveResourceFormat.ResourceTypes.WorldNode.AggregateSceneObjects use the dedicated 'm_nLayer' member. Value may be null if the node has no layer system.
public IReadOnlyList<long> SceneObjectLayerIndices { get; }
Property Value
SceneObjects
Gets the scene objects.
public IReadOnlyList<KVObject> SceneObjects { get; }