Table of Contents

Interface IHitShape

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

Properties

Center

Vector3 Center { get; }

Property Value

Vector3

GlobalCenter

Vector3 GlobalCenter { get; }

Property Value

Vector3

GlobalPosition

Vector3 GlobalPosition { get; }

Property Value

Vector3

GlobalRotation

Quaternion GlobalRotation { get; }

Property Value

Quaternion

IsEnabled

bool IsEnabled { get; }

Property Value

bool

Layer

int Layer { get; }

Property Value

int

Radius

float Radius { get; }

Property Value

float

Shape

HitShapeType Shape { get; }

Property Value

HitShapeType

Size

Vector3 Size { get; }

Property Value

Vector3