Table of Contents

Class LagCompShape

Namespace
Netick.Pro
Assembly
Netick.Pro.dll
public class LagCompShape
Inheritance
LagCompShape
Inherited Members

Constructors

LagCompShape(IHitShape)

public LagCompShape(IHitShape hitShape)

Parameters

hitShape IHitShape

Properties

Container

public LagCompContainer Container { get; }

Property Value

LagCompContainer

Index

public int Index { get; }

Property Value

int

Sandbox

public NetickEngine Sandbox { get; }

Property Value

NetickEngine

UserHitShape

public IHitShape UserHitShape { get; }

Property Value

IHitShape

Methods

GetBounds()

public NetickBounds GetBounds()

Returns

NetickBounds

Raycast(Vector3, Vector3, out NetHit, NetworkPlayer, float, bool)

public bool Raycast(Vector3 origin, Vector3 direction, out NetHit hitData, NetworkPlayer inputSource, float maxDistance = Infinity, bool includeInputSource = false)

Parameters

origin Vector3
direction Vector3
hitData NetHit
inputSource NetworkPlayer
maxDistance float
includeInputSource bool

Returns

bool