FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Networking.FmarClient Class Reference

A client in the FMAR network. Core network object for a user. Required for network functionality. More...

Inheritance diagram for FMAR.Networking.FmarClient:
FMAR.Internal.Inspectables.IInspectable

Public Member Functions

override void OnNetworkSpawn ()
 Called when the network object is spawned.
 
override void OnNetworkDespawn ()
 Called when the network object is despawned.
 
void InitServerRpc (string name)
 Initialize the client on the server.
 

Public Attributes

new string name
 

Properties

string NetName [set]
 The network name of the client.
 
List< InspectorRowInspectorRows [get]
 The items to display in the inspector.
 
- Properties inherited from FMAR.Internal.Inspectables.IInspectable

Detailed Description

A client in the FMAR network. Core network object for a user. Required for network functionality.

Member Function Documentation

◆ InitServerRpc()

void FMAR.Networking.FmarClient.InitServerRpc ( string name)
inline

Initialize the client on the server.

Parameters
nameThe name of the client.

◆ OnNetworkDespawn()

override void FMAR.Networking.FmarClient.OnNetworkDespawn ( )
inline

Called when the network object is despawned.

◆ OnNetworkSpawn()

override void FMAR.Networking.FmarClient.OnNetworkSpawn ( )
inline

Called when the network object is spawned.

Member Data Documentation

◆ name

new string FMAR.Networking.FmarClient.name

Property Documentation

◆ InspectorRows

List<InspectorRow> FMAR.Networking.FmarClient.InspectorRows
get

The items to display in the inspector.

Implements FMAR.Internal.Inspectables.IInspectable.

◆ NetName

string FMAR.Networking.FmarClient.NetName
set

The network name of the client.


The documentation for this class was generated from the following file: