Table of Contents

Class HitShapeContainer

Namespace
Netick.Unity.Pro
Assembly
Netick.Unity.Pro.dll
public class HitShapeContainer : NetickBehaviour, INetickScript, IHitShapeContainer
Inheritance
HitShapeContainer
Implements
Inherited Members

Constructors

HitShapeContainer()

public HitShapeContainer()

Fields

BoundsSize

public Vector3 BoundsSize

Field Value

Vector3

HitShapes

public List<HitShape> HitShapes

Field Value

List<HitShape>

RecalculateBounds

public bool RecalculateBounds

Field Value

bool

Properties

LagCompContainer

public LagCompContainer LagCompContainer { get; }

Property Value

LagCompContainer

Methods

NetworkDestroy()

Called when this behaviour has been removed from the simulation.

public override void NetworkDestroy()

NetworkStart()

Called when this behaviour has been added to the simulation.

public override void NetworkStart()