Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
LightningEffect
C# 클래스 LightningEffect, TheDeadMemories
상속:
MonoBehaviour
파일 보기
프로젝트 열기: TheDeadMemoriesTeam/TheDeadMemories
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
lightning
Light
lightningSound
UnityEngine.AudioClip
player
PlayerController,
thunder
bool
공개 메소드들
메소드
설명
Start
( ) :
void
Update
( ) :
void
setThunder
(
bool
b
) :
void
setVelocity
(
int
v
) :
void
비공개 메소드들
메소드
설명
ResetTimeForRefresh
( ) :
void
메소드 상세
Start()
공개
메소드
public
Start
( ) :
void
리턴
void
Update()
공개
메소드
public
Update
( ) :
void
리턴
void
setThunder()
공개
메소드
public
setThunder
(
bool
b
) :
void
b
bool
리턴
void
setVelocity()
공개
메소드
public
setVelocity
(
int
v
) :
void
v
int
리턴
void
프로퍼티 상세
lightning
공개적으로 프로퍼티
public
Light
lightning
리턴
Light
lightningSound
공개적으로 프로퍼티
public
AudioClip,UnityEngine
lightningSound
리턴
UnityEngine.AudioClip
player
공개적으로 프로퍼티
public
PlayerController,
player
리턴
PlayerController,
thunder
공개적으로 프로퍼티
public
bool
thunder
리턴
bool