Table of Contents

Interface IHitShapeContainer

Namespace
Netick.Pro
Assembly
Netick.Pro.dll
public interface IHitShapeContainer

Properties

BoundsSize

Vector3 BoundsSize { get; set; }

Property Value

Vector3

GlobalPosition

Vector3 GlobalPosition { get; }

Property Value

Vector3

IsEnabled

bool IsEnabled { get; }

Property Value

bool

Layer

int Layer { get; }

Property Value

int

RecalculateBounds

bool RecalculateBounds { get; }

Property Value

bool

Shapes

List<LagCompShape> Shapes { get; }

Property Value

List<LagCompShape>