C# 클래스 Pluton.Entity

상속: CountedInstance
파일 보기 프로젝트 열기: Notulp/Pluton

공개 프로퍼티들

프로퍼티 타입 설명
Prefab string
PrefabID uint

공개 메소드들

메소드 설명
Entity ( BaseEntity ent ) : System
IsBuildingPart ( ) : bool
IsNPC ( ) : bool
IsPlayer ( ) : bool
Kill ( ) : void
ToBuildingPart ( ) : BuildingPart
ToNPC ( ) : NPC
ToPlayer ( ) : Player

메소드 상세

Entity() 공개 메소드

public Entity ( BaseEntity ent ) : System
ent BaseEntity
리턴 System

IsBuildingPart() 공개 메소드

public IsBuildingPart ( ) : bool
리턴 bool

IsNPC() 공개 메소드

public IsNPC ( ) : bool
리턴 bool

IsPlayer() 공개 메소드

public IsPlayer ( ) : bool
리턴 bool

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

ToBuildingPart() 공개 메소드

public ToBuildingPart ( ) : BuildingPart
리턴 BuildingPart

ToNPC() 공개 메소드

public ToNPC ( ) : NPC
리턴 NPC

ToPlayer() 공개 메소드

public ToPlayer ( ) : Player
리턴 Player

프로퍼티 상세

Prefab 공개적으로 프로퍼티

public string Prefab
리턴 string

PrefabID 공개적으로 프로퍼티

public uint PrefabID
리턴 uint