This PR provides the parenting plugin, which facilitates locking one entity's Transform to another's, along with an offset. The parenting_demo plugin is provided to demonstrate this functionality. This PR also comes with an addition to engine_interface, adding the query.has_component() interface to check whether a queried entity includes the given (queried) component.
This PR provides the
parenting
plugin, which facilitates locking one entity's Transform to another's, along with an offset. Theparenting_demo
plugin is provided to demonstrate this functionality. This PR also comes with an addition toengine_interface
, adding thequery.has_component()
interface to check whether a queried entity includes the given (queried) component.