This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
Character collider world link is a component that allows for having a user trigger a world link when they collide against a collider or go into a trigger zone.
Usage
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
TriggersOnly
|
Bool | Whether to only allow collision events from trigger type colliders on this slot to trigger or all types of colliders to trigger this world link. |
OpenOnContactStart
|
Bool | Use world link on contact start. |
OpenOnContactStay
|
Bool | Use world link on contact stay. |
OpenOnContactEnd
|
Bool | Use world link on contact end. |
WorldLink
|
WorldLink | The world to open and optionally go to to on contact. |
LastOpened
|
direct SyncTime | Last time this world link was used. |
Behavior
Examples
Useful for portals, or "teleporters".