C# 클래스 EventAI_Creator.summon

파일 보기 프로젝트 열기: mangosR2/eventAI_tool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
changed bool
comment string
id uint
orientation float
position_x float
position_y float
position_z float
spawntimesecs int

공개 메소드들

메소드 설명
summon ( uint idi ) : System.Collections.Generic

메소드 상세

summon() 공개 메소드

public summon ( uint idi ) : System.Collections.Generic
idi uint
리턴 System.Collections.Generic

프로퍼티 상세

changed 공개적으로 프로퍼티

public bool changed
리턴 bool

comment 공개적으로 프로퍼티

public string comment
리턴 string

id 공개적으로 프로퍼티

public uint id
리턴 uint

orientation 공개적으로 프로퍼티

public float orientation
리턴 float

position_x 공개적으로 프로퍼티

public float position_x
리턴 float

position_y 공개적으로 프로퍼티

public float position_y
리턴 float

position_z 공개적으로 프로퍼티

public float position_z
리턴 float

spawntimesecs 공개적으로 프로퍼티

public int spawntimesecs
리턴 int