Struct EntityLumpTraversal.TraversedEntity ​
Namespace: ValveResourceFormat.Utils
Assembly: ValveResourceFormat.dll
An entity from , with the parent transform that applies to it and whether it came from a point_template child lump.
csharp
public readonly record struct EntityLumpTraversal.TraversedEntity : IEquatable<EntityLumpTraversal.TraversedEntity>Implements ​
IEquatable<EntityLumpTraversal.TraversedEntity>
Constructors ​
TraversedEntity(Entity, Matrix4x4, bool) ​
An entity from , with the parent transform that applies to it and whether it came from a point_template child lump.
csharp
public TraversedEntity(EntityLump.Entity Entity, Matrix4x4 ParentTransform, bool FromTemplate)Parameters ​
Entity EntityLump.Entity
ParentTransform Matrix4x4
FromTemplate bool
Properties ​
Entity ​
csharp
public EntityLump.Entity Entity { get; init; }Property Value ​
FromTemplate ​
csharp
public bool FromTemplate { get; init; }Property Value ​
ParentTransform ​
csharp
public Matrix4x4 ParentTransform { get; init; }
