IsSimulatorOrHost
property in Coherence.Toolkit.CoherenceBridge
Properties
public bool IsSimulatorOrHost { get; }
When true, this client is considered a host of this session.
Property Value
Type | Description |
---|---|
bool |
Remarks
Any entities using CoherenceInput and ServerSideWithClientInput, will have their state authority transferred to the client that IsSimulatorOrHost. Any entities marked as ServerSide will remain active on this client. Always true for Simulator. Only the client that created a room can become its host.