Skip to main content

RefState

RefState

The state of an [Normal.Realtime.IRealtimeRef`1](Normal.Realtime#irealtimeref`1) and of the component it's pointing to.

Static Fields

Unassigned

public RefState Unassigned

The reference is explicitly unassigned.

Unresolved

public RefState Unresolved

The referenced component is not registered locally (either not yet replicated to this client, not yet deserialized on this client, or has been despawned).

Resolved

public RefState Resolved

The referenced component is accessible.