SwiftlyS2

CHitBox

Interface CHitBox

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

BoneName

string BoneName { get; set; }
Property Value

BoneNameHash

ref uint BoneNameHash { get; }
Property Value

CRC

ref uint CRC { get; }
Property Value

CRenderColor

ref Color CRenderColor { get; }
Property Value

GroupId

ref int GroupId { get; }
Property Value

HitBoxIndex

ref ushort HitBoxIndex { get; }
Property Value

MaxBounds

ref Vector MaxBounds { get; }
Property Value

MinBounds

ref Vector MinBounds { get; }
Property Value

Name

string Name { get; set; }
Property Value

ShapeRadius

ref float ShapeRadius { get; }
Property Value

ShapeType

ref byte ShapeType { get; }
Property Value

SurfaceProperty

string SurfaceProperty { get; set; }
Property Value

TranslationOnly

ref bool TranslationOnly { get; }
Property Value

On this page