API ReferenceSandbox
public sealed class Sandbox.ModelHitboxes : Sandbox.Component
Hitboxes from a model
Constructors
Showing 1 constructors
public ModelHitboxes()
No results match this filter.
Methods
Showing 3 methods
No results match this filter.
Properties
Showing 2 properties
public Sandbox.SkinnedModelRenderer Sandbox.ModelHitboxes.Renderer { get; set; }
The target SkinnedModelRenderer that holds the model/skeleton you want to take the hitboxes from.
public Sandbox.GameObject Sandbox.ModelHitboxes.Target { get; set; }
The target GameObject to report in trace hits. If this is unset we'll defaault to the gameobject on which this component is.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ModelHitboxes |