Contents

init(massProperties:material:mode:)

Creates a physics body component with the given mass properties, material, and mode.

Declaration

init(massProperties: PhysicsMassProperties = .default, material: PhysicsMaterialResource? = nil, mode: PhysicsBodyMode = .dynamic)

Parameters

  • massProperties:

    The mass properties, like inertia.

  • material:

    The material properties, like friction.

  • mode:

    The simulation mode that indicates how a body responds to forces.

See Also

Creating a physics body component