C# 클래스 Poker.Client.Behaviours.PlayerNetworkBehaviour

상속: PlayerNetworkBehaviourBase
파일 보기 프로젝트 열기: BernhardGlueck/Poker

공개 메소드들

메소드 설명
Awake ( ) : void
PlayerNetworkBehaviour ( ) : System
SendVoiceInput ( byte data, int offset, int count, int sampleFrequency ) : void

비공개 메소드들

메소드 설명
ReceiveVoiceData ( VoiceDataMessage message ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

PlayerNetworkBehaviour() 공개 메소드

public PlayerNetworkBehaviour ( ) : System
리턴 System

SendVoiceInput() 공개 메소드

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