C# Class Poker.Client.Behaviours.PlayerNetworkBehaviour

Inheritance: PlayerNetworkBehaviourBase
Exibir arquivo Open project: BernhardGlueck/Poker

Public Methods

Method Description
Awake ( ) : void
PlayerNetworkBehaviour ( ) : System
SendVoiceInput ( byte data, int offset, int count, int sampleFrequency ) : void

Private Methods

Method Description
ReceiveVoiceData ( VoiceDataMessage message ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

PlayerNetworkBehaviour() public method

public PlayerNetworkBehaviour ( ) : System
return System

SendVoiceInput() public method

public SendVoiceInput ( byte data, int offset, int count, int sampleFrequency ) : void
data byte
offset int
count int
sampleFrequency int
return void