Property destinationFilterObject
destinationFilterObject
The object reference to the filter used to evaluate a teleportation destination. This object should implement the ITeleportationVolumeAnchorFilter interface. If this object is null, the volume will use a FurthestTeleportationAnchorFilter to evaluate the destination.
Declaration
public Object destinationFilterObject { get; set; }
Property Value
| Type | Description |
|---|---|
| Object |
Remarks
To access and modify the destination filter at runtime, the destinationEvaluationFilter property should be used instead.