C# 클래스 VolumeControl, ES2015C

상속: MonoBehaviour
파일 보기 프로젝트 열기: jgirald/ES2015C 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ambiente2 UnityEngine.AudioSource
auxiliar float
is_mute bool
myBtn Button,
myImage Sprite

공개 메소드들

메소드 설명
PonVolumen ( float valor ) : void
Start ( ) : void
Update ( ) : void
mute ( ) : void

메소드 상세

PonVolumen() 공개 메소드

public PonVolumen ( float valor ) : void
valor float
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

mute() 공개 메소드

public mute ( ) : void
리턴 void

프로퍼티 상세

ambiente2 공개적으로 프로퍼티

public AudioSource,UnityEngine ambiente2
리턴 UnityEngine.AudioSource

auxiliar 공개적으로 프로퍼티

public float auxiliar
리턴 float

is_mute 공개적으로 프로퍼티

public bool is_mute
리턴 bool

myBtn 공개적으로 프로퍼티

public Button, myBtn
리턴 Button,

myImage 공개적으로 프로퍼티

public Sprite myImage
리턴 Sprite