C# 클래스 Pluton.Events.RespawnEvent

상속: CountedInstance
파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChangePos bool
GiveDefault bool
Player Player
SpawnPos Vector3
SpawnRot Quaternion
StartHealth float
WakeUp bool

공개 메소드들

메소드 설명
RespawnEvent ( Player p, Vector3 pos, Quaternion quat ) : UnityEngine

메소드 상세

RespawnEvent() 공개 메소드

public RespawnEvent ( Player p, Vector3 pos, Quaternion quat ) : UnityEngine
p Player
pos Vector3
quat Quaternion
리턴 UnityEngine

프로퍼티 상세

ChangePos 공개적으로 프로퍼티

public bool ChangePos
리턴 bool

GiveDefault 공개적으로 프로퍼티

public bool GiveDefault
리턴 bool

Player 공개적으로 프로퍼티

public Player Player
리턴 Player

SpawnPos 공개적으로 프로퍼티

public Vector3 SpawnPos
리턴 Vector3

SpawnRot 공개적으로 프로퍼티

public Quaternion SpawnRot
리턴 Quaternion

StartHealth 공개적으로 프로퍼티

public float StartHealth
리턴 float

WakeUp 공개적으로 프로퍼티

public bool WakeUp
리턴 bool