C# Class BeardedManStudios.Forge.Examples.ForgeExample_Move

Inheritance: BeardedManStudios.Network.NetworkedMonoBehavior
Afficher le fichier Open project: drakelinglabs/unityarmada

Méthodes publiques

Свойство Type Description
nameMesh UnityEngine.TextMesh

Méthodes publiques

Méthode Description
Print ( ) : void

Méthodes protégées

Méthode Description
EnteredProximity ( ) : void
ExitedProximity ( ) : void
NetworkInitialized ( ) : void
NetworkStart ( ) : void
OwnerUpdate ( ) : void

Private Methods

Méthode Description
AssignName ( string newName ) : void
AuthMessage ( string message ) : void
Awake ( ) : void
GetPlayers ( List players ) : void
MessageGroupTest ( byte number ) : void
OnGUI ( ) : void
OwningNetWorker_rawDataRead ( NetworkingPlayer sender, BMSByte data ) : void
ReadFromNetwork ( NetworkingPlayer sender, NetworkingStream stream ) : void
ServerDeserialize ( NetworkingStream stream ) : void
ServerSerialze ( int num ) : BMSByte
Start ( ) : void
TestRPC ( ) : void
UpdatePlayers ( ) : void

Method Details

EnteredProximity() protected méthode

protected EnteredProximity ( ) : void
Résultat void

ExitedProximity() protected méthode

protected ExitedProximity ( ) : void
Résultat void

NetworkInitialized() protected méthode

protected NetworkInitialized ( ) : void
Résultat void

NetworkStart() protected méthode

protected NetworkStart ( ) : void
Résultat void

OwnerUpdate() protected méthode

protected OwnerUpdate ( ) : void
Résultat void

Print() public méthode

public Print ( ) : void
Résultat void

Property Details

nameMesh public_oe property

public TextMesh,UnityEngine nameMesh
Résultat UnityEngine.TextMesh