Api Sandbox ModelArchetype
enum

ModelArchetype

public sealed enum ModelArchetype : Enum

Default model archetypes. These types are defined in "tools/model_archetypes.txt".

Enum Values

Name Value Description
static_prop_model A static model. It can still have collisions, but they do not have physics.
animated_model Animated model. Typically no physics.
physics_prop_model A generic physics enabled model.
jointed_physics_model A ragdoll type model.
breakable_prop_model A physics model that can be broken into other physics models.
generic_actor_model A generic actor/NPC model.
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.ModelArchetype