Nebula
World partition

IWorldAnchor

Something the streamer keeps cells loaded around.

generated from the sources
Interface in namespace Nebula.World · Packages/com.1by3.nebula/World/WorldStreamer.cs
public interface IWorldAnchor

Something the streamer keeps cells loaded around.

Methods

TryGetAnchor

bool TryGetAnchor(out Vector3 framePosition, out int radiusCells);

Current frame position and load radius in cells; false when the anchor has nothing to say (no pawn yet).

On this page