ModelHitboxBuilderclass

Configures a model hitbox.

objectModelHitboxBuilder
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.ModelHitboxBuilder

Methods5

Showing 5 methods

Properties4

Showing 4 properties

public string Sandbox.ModelHitboxBuilder.BoneName { get; set; }PUBLICGETSET

The name of the bone the hitbox follows.

Returns:string

public string Sandbox.ModelHitboxBuilder.Name { get; set; }PUBLICGETSET

The hitbox name.

Returns:string

public string Sandbox.ModelHitboxBuilder.SurfaceName { get; set; }PUBLICGETSET

The physics surface name applied to the hitbox.

Returns:string

public System.Collections.Generic.IReadOnlyList`1<string> Sandbox.ModelHitboxBuilder.Tags { get; set; }PUBLICGETSET

The hitbox tags.

Returns:IReadOnlyList<string>

On this page