C# 클래스 HFTSoundPlayer.MessagePlaySound

상속: HappyFunTimes.MessageCmdData
파일 보기 프로젝트 열기: greggman/hft-unity-gamepad

공개 프로퍼티들

프로퍼티 타입 설명
loop bool
name string

공개 메소드들

메소드 설명
MessagePlaySound ( string _name, bool _loop = false ) : System.Collections

메소드 상세

MessagePlaySound() 공개 메소드

public MessagePlaySound ( string _name, bool _loop = false ) : System.Collections
_name string
_loop bool
리턴 System.Collections

프로퍼티 상세

loop 공개적으로 프로퍼티

public bool loop
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string