Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Assets
Scripts
Enemy
EnemySounds
C# 클래스 Assets.Scripts.Enemy.EnemySounds
상속:
UnityEngine.MonoBehaviour
파일 보기
프로젝트 열기: EricFreeman/DungeonGame
공개 프로퍼티들
프로퍼티
타입
설명
Attack
List
Die
List
Footsteps
List
Hit
List
공개 메소드들
메소드
설명
PlayAttackSound
( ) :
void
PlayDeathSound
( ) :
void
PlayHitSound
( ) :
void
비공개 메소드들
메소드
설명
PlayFootstepSound
( ) :
void
메소드 상세
PlayAttackSound()
공개
메소드
public
PlayAttackSound
( ) :
void
리턴
void
PlayDeathSound()
공개
메소드
public
PlayDeathSound
( ) :
void
리턴
void
PlayHitSound()
공개
메소드
public
PlayHitSound
( ) :
void
리턴
void
프로퍼티 상세
Attack
공개적으로 프로퍼티
public
List
Attack
리턴
List
Die
공개적으로 프로퍼티
public
List
Die
리턴
List
Footsteps
공개적으로 프로퍼티
public
List
Footsteps
리턴
List
Hit
공개적으로 프로퍼티
public
List
Hit
리턴
List