Class LagCompShape
public class LagCompShape
- Inheritance
-
LagCompShape
- Inherited Members
Constructors
LagCompShape(IHitShape)
public LagCompShape(IHitShape hitShape)
Parameters
hitShapeIHitShape
Properties
Container
public LagCompContainer Container { get; }
Property Value
Index
public int Index { get; }
Property Value
Sandbox
public NetickEngine Sandbox { get; }
Property Value
UserHitShape
public IHitShape UserHitShape { get; }
Property Value
Methods
GetBounds()
public NetickBounds GetBounds()
Returns
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
originVector3directionVector3hitDataNetHitinputSourceNetworkPlayermaxDistancefloatincludeInputSourcebool