SwiftlyS2

CDebugSnapshotData_t

Interface CDebugSnapshotData_t

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CDebugSnapshotData_t : ISchemaClass<CDebugSnapshotData_t>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

Children

ref CUtlLeanVector<CDebugSnapshotData_t, int> Children { get; }
Property Value

DataType

ref uint DataType { get; }
Property Value

DebugOverlayData

ref CUtlVector<PointerTo<CDebugDrawHistoryData>> DebugOverlayData { get; }
Property Value

DrawColor

ref Color DrawColor { get; }
Property Value

Entity

ref CHandle<CBaseEntity> Entity { get; }
Property Value

EntityIndex

ref uint EntityIndex { get; }
Property Value

EntityName

string EntityName { get; set; }
Property Value

StructuredData

DebugSnapshotBaseStructuredData_t? StructuredData { get; }
Property Value

Text

string Text { get; set; }
Property Value

UserData

ref uint UserData { get; }
Property Value

UserFlags

ref uint UserFlags { get; }
Property Value

UserShape

CGenericShapeProxy UserShape { get; }
Property Value

UserTransform

ref CTransform UserTransform { get; }
Property Value

UserVector

ref Vector UserVector { get; }
Property Value

On this page