SwiftlyS2

CSceneObjectData

Interface CSceneObjectData

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

DrawBounds

ref CUtlLeanVector<AABB_t, int> DrawBounds { get; }
Property Value

DrawCalls

ref CUtlLeanVector<CMaterialDrawDescriptor, int> DrawCalls { get; }
Property Value

MaxBounds

ref Vector MaxBounds { get; }
Property Value

Meshlets

ref CUtlLeanVector<CMeshletDescriptor, int> Meshlets { get; }
Property Value

MinBounds

ref Vector MinBounds { get; }
Property Value

TintColor

ref Vector4D TintColor { get; }
Property Value

On this page