SafeRespawnComponent - acrimi/Raven GitHub Wiki

SafeRespawnComponent defines an entity's ability to automatically respawn at its last known location, usually in response to some damage event. The component will track the entity's last position that was free of collisions and damage and move the entity back to that position when requested.

Configuration

This component doesn't accept any configuration parameters

Properties

This component has no exposed properties