Table of Contents

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

IReadOnlyList<KVObject>

ClutterSceneObjects

Gets the clutter scene objects.

public IReadOnlyList<KVObject> ClutterSceneObjects { get; }

Property Value

IReadOnlyList<KVObject>

LayerNames

Gets the layer names.

public IReadOnlyList<string> LayerNames { get; }

Property Value

IReadOnlyList<string>

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

IReadOnlyList<long>

SceneObjects

Gets the scene objects.

public IReadOnlyList<KVObject> SceneObjects { get; }

Property Value

IReadOnlyList<KVObject>