Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AvComposedEntityProps

Props for AvComposedEntity component.

Hierarchy

  • AvComposedEntityProps

Index

Properties

components

components: EntityComponent[]

The list of components of which this entity is composed. The order of the components in this array defines the order of the registration of transmit and receive interfaces, as well as which component gets to determine the current parent if there are multiple non-null parents.

Optional constraint

constraint: AvConstraint

Sets the constraint to apply to this node's transform before applying the parent transform. Using constraints without a parent may have unexpected results.

default

none

Optional debugName

debugName: string

Sets the debug name of the entity. This isn't used for anything at runtime, but can make development easier by showing names in the monitor and other tools.

default

none

Optional priority

priority: number

The priority to use for the entity.

default

0

volume

volume: AvVolume | AvVolume[]

The volume to use when matching this entity with other interface entities.

Generated using TypeDoc