C# 클래스 ActorRecord, CSharpGameFramework

상속: MonoBehaviour
파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
addattack int
adddefence int
addhp int
addmp int
attack int
bornskill int
deadskill int
defence int
gohomerange float
hp int
id int
logicsize float
mp int
name string
size float
skill0 int
skill1 int
skill2 int
skill3 int
skill4 int
skill5 int
skill6 int
skill7 int
skill8 int
speed float
viewrange float

공개 메소드들

메소드 설명
CopyFrom ( TableConfig actor ) : void
CopyTo ( TableConfig actor ) : void
GetClipboardText ( ) : string
Reset ( ) : void

메소드 상세

CopyFrom() 공개 메소드

public CopyFrom ( TableConfig actor ) : void
actor TableConfig
리턴 void

CopyTo() 공개 메소드

public CopyTo ( TableConfig actor ) : void
actor TableConfig
리턴 void

GetClipboardText() 공개 메소드

public GetClipboardText ( ) : string
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

addattack 공개적으로 프로퍼티

public int addattack
리턴 int

adddefence 공개적으로 프로퍼티

public int adddefence
리턴 int

addhp 공개적으로 프로퍼티

public int addhp
리턴 int

addmp 공개적으로 프로퍼티

public int addmp
리턴 int

attack 공개적으로 프로퍼티

public int attack
리턴 int

bornskill 공개적으로 프로퍼티

public int bornskill
리턴 int

deadskill 공개적으로 프로퍼티

public int deadskill
리턴 int

defence 공개적으로 프로퍼티

public int defence
리턴 int

gohomerange 공개적으로 프로퍼티

public float gohomerange
리턴 float

hp 공개적으로 프로퍼티

public int hp
리턴 int

id 공개적으로 프로퍼티

public int id
리턴 int

logicsize 공개적으로 프로퍼티

public float logicsize
리턴 float

mp 공개적으로 프로퍼티

public int mp
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

size 공개적으로 프로퍼티

public float size
리턴 float

skill0 공개적으로 프로퍼티

public int skill0
리턴 int

skill1 공개적으로 프로퍼티

public int skill1
리턴 int

skill2 공개적으로 프로퍼티

public int skill2
리턴 int

skill3 공개적으로 프로퍼티

public int skill3
리턴 int

skill4 공개적으로 프로퍼티

public int skill4
리턴 int

skill5 공개적으로 프로퍼티

public int skill5
리턴 int

skill6 공개적으로 프로퍼티

public int skill6
리턴 int

skill7 공개적으로 프로퍼티

public int skill7
리턴 int

skill8 공개적으로 프로퍼티

public int skill8
리턴 int

speed 공개적으로 프로퍼티

public float speed
리턴 float

viewrange 공개적으로 프로퍼티

public float viewrange
리턴 float