HitboxSetclass

A set of hitboxes on a model. Hitboxes can be boxes, spheres or capsules.

objectHitboxSet
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.HitboxSet

Properties1

Showing 1 properties

public System.Collections.Generic.IReadOnlyList`1<Sandbox.HitboxSet.Box> Sandbox.HitboxSet.All { get; set; }PUBLICGETSET

All hitboxes in this set

Returns:IReadOnlyList<Box>

On this page