Highroad Engine v1.3
Public Member Functions | List of all members
MoreMountains.HighroadEngine.INetworkVehicle Interface Reference

A simple interface used by the network manager to set properties to vehicle objects when starting the game. For now, only the player name is generic. More...

Inheritance diagram for MoreMountains.HighroadEngine.INetworkVehicle:
MoreMountains.HighroadEngine.PunVehicleController

Public Member Functions

void SetPlayerName (string value)
 Sets the name of the player. More...
 

Detailed Description

A simple interface used by the network manager to set properties to vehicle objects when starting the game. For now, only the player name is generic.

Member Function Documentation

◆ SetPlayerName()

void MoreMountains.HighroadEngine.INetworkVehicle.SetPlayerName ( string  value)

Sets the name of the player.

Parameters
valueValue.

Implemented in MoreMountains.HighroadEngine.PunVehicleController.


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