C# 클래스 AttachedAudio, Demonology

파일 보기 프로젝트 열기: Qlevine20/Demonology

공개 프로퍼티들

프로퍼티 타입 설명
attachedAudioSource UnityEngine.AudioSource
fps float
frameIndex float
togglePlay bool

공개 메소드들

메소드 설명
Play ( ) : void
Sync ( ) : void

메소드 상세

Play() 공개 메소드

public Play ( ) : void
리턴 void

Sync() 공개 메소드

public Sync ( ) : void
리턴 void

프로퍼티 상세

attachedAudioSource 공개적으로 프로퍼티

public AudioSource,UnityEngine attachedAudioSource
리턴 UnityEngine.AudioSource

fps 공개적으로 프로퍼티

public float fps
리턴 float

frameIndex 공개적으로 프로퍼티

public float frameIndex
리턴 float

togglePlay 공개적으로 프로퍼티

public bool togglePlay
리턴 bool