# `BB.Dsl.Dynamics`
[🔗](https://github.com/beam-bots/bb/blob/main/lib/bb/dsl/dynamics.ex#L5)

Specifies physical properties of the joint. These values are used to specify modeling properties of the joint, particularly useful for simulation

# `t`

```elixir
@type t() :: %BB.Dsl.Dynamics{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  damping: nil | Cldr.Unit.t(),
  friction: nil | Cldr.Unit.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
