C# Класс NetworkDebug, UnetCharacterController

Simple helper class to debug things to any unity editor in the network.
Наследование: NetworkBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Awake ( ) : void
Log ( string data ) : void

This prints the log data to the unity editor console. This will find the console across the network.

Приватные методы

Метод Описание
ILog ( string data ) : void
RpcClientLog ( string data ) : void
ServerLog ( NetworkMessage, message ) : void

Описание методов

Awake() публичный Метод

public Awake ( ) : void
Результат void

Log() публичный статический Метод

This prints the log data to the unity editor console. This will find the console across the network.
public static Log ( string data ) : void
data string The data to print to the unity editor
Результат void