Breadcrumb object, acts as a specialized point of interest that is automatically placed at the user's location over time, to help them find their way back.
More...
|
| Breadcrumb | Init (ulong playerNetworkObjectId) |
| | Initialize the breadcrumb object.
|
| |
| PointOfInterest | Init (string name, Shape shape, string description, int icon, Color color, int id, float scopeRadius) |
| | Initialize the point of interest.
|
| |
| void | Revise (string name, string description) |
| | Revise the point of interest, changing the name and description.
|
| |
| override void | OnNetworkSpawn () |
| |
|
| ulong | PlayerNetworkObjectId [get] |
| |
| DateTime | Timestamp [get] |
| |
| int | Icon [get] |
| | The icon to represent the point of interest. Allows points of interest to have unique meanings at a glance.
|
| |
| int | Identifier [get] |
| | The POI identifier, a unique ID to help differentiate POIs from one another.
|
| |
| string | PoiName [get] |
| | The name of the point of interest.
|
| |
| string | PoiDescription [get] |
| | User-entered text describing any additional information about the POI.
|
| |
| Color | PoiColor [get] |
| | The color of the point of interest. Randomized by default.
|
| |
| float | PoiScopeRadius [get] |
| | The scope radius of the point of interest.
|
| |
| List< InspectorRow > | InspectorRows [get] |
| | Inspector widgets for the point of interest.
|
| |
Breadcrumb object, acts as a specialized point of interest that is automatically placed at the user's location over time, to help them find their way back.
◆ Init()
| Breadcrumb FMAR.Internal.PointsOfInterest.Breadcrumb.Init |
( |
ulong | playerNetworkObjectId | ) |
|
|
inline |
Initialize the breadcrumb object.
- Parameters
-
| playerNetworkObjectId | The network object id of the player. |
- Returns
◆ OnDisable()
| override void FMAR.Internal.PointsOfInterest.Breadcrumb.OnDisable |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ OnEnable()
| override void FMAR.Internal.PointsOfInterest.Breadcrumb.OnEnable |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ OnNetIconChanged()
| override void FMAR.Internal.PointsOfInterest.Breadcrumb.OnNetIconChanged |
( |
int | previous, |
|
|
int | current ) |
|
inlineprotectedvirtual |
◆ OnNetShapeChanged()
| override void FMAR.Internal.PointsOfInterest.Breadcrumb.OnNetShapeChanged |
( |
Shape | previous, |
|
|
Shape | current ) |
|
inlineprotectedvirtual |
◆ PlayerNetworkObjectId
| ulong FMAR.Internal.PointsOfInterest.Breadcrumb.PlayerNetworkObjectId |
|
get |
◆ Timestamp
| DateTime FMAR.Internal.PointsOfInterest.Breadcrumb.Timestamp |
|
get |
The documentation for this class was generated from the following file:
- /github/workspace/Packages/FMAR/Internal/PointsOfInterest/Runtime/Scripts/Breadcrumb.cs