C# 클래스 InventoryHelper, codevoid

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

공개 프로퍼티들

프로퍼티 타입 설명
backpackPosX float
backpackPosY float
chestPosX float
chestPosY float
extraPosX float
extraPosY float
headPosX float
headPosY float
pantsPosX float
pantsPosY float
primaryPosX float
primaryPosY float
secondaryPosX float
secondaryPosY float
shoesPosX float
shoesPosY float

공개 메소드들

메소드 설명
calcX ( string position ) : int
calcY ( string position ) : int
checkEqPos ( GameObject obj, bool local ) : string
checkObjPos ( GameObject obj, float posX, float posY, bool local ) : bool
followMouse ( GameObject obj ) : void
swapEqOrPlace ( GameObject movingObj, List list ) : bool
swapItemsOrDrop ( GameObject movingObj, List list ) : bool

메소드 상세

calcX() 공개 정적인 메소드

public static calcX ( string position ) : int
position string
리턴 int

calcY() 공개 정적인 메소드

public static calcY ( string position ) : int
position string
리턴 int

checkEqPos() 공개 정적인 메소드

public static checkEqPos ( GameObject obj, bool local ) : string
obj GameObject
local bool
리턴 string

checkObjPos() 공개 정적인 메소드

public static checkObjPos ( GameObject obj, float posX, float posY, bool local ) : bool
obj GameObject
posX float
posY float
local bool
리턴 bool

followMouse() 공개 정적인 메소드

public static followMouse ( GameObject obj ) : void
obj GameObject
리턴 void

swapEqOrPlace() 공개 정적인 메소드

public static swapEqOrPlace ( GameObject movingObj, List list ) : bool
movingObj GameObject
list List
리턴 bool

swapItemsOrDrop() 공개 정적인 메소드

public static swapItemsOrDrop ( GameObject movingObj, List list ) : bool
movingObj GameObject
list List
리턴 bool

프로퍼티 상세

backpackPosX 정적으로 공개적으로 프로퍼티

static public float backpackPosX
리턴 float

backpackPosY 정적으로 공개적으로 프로퍼티

static public float backpackPosY
리턴 float

chestPosX 정적으로 공개적으로 프로퍼티

static public float chestPosX
리턴 float

chestPosY 정적으로 공개적으로 프로퍼티

static public float chestPosY
리턴 float

extraPosX 정적으로 공개적으로 프로퍼티

static public float extraPosX
리턴 float

extraPosY 정적으로 공개적으로 프로퍼티

static public float extraPosY
리턴 float

headPosX 정적으로 공개적으로 프로퍼티

static public float headPosX
리턴 float

headPosY 정적으로 공개적으로 프로퍼티

static public float headPosY
리턴 float

pantsPosX 정적으로 공개적으로 프로퍼티

static public float pantsPosX
리턴 float

pantsPosY 정적으로 공개적으로 프로퍼티

static public float pantsPosY
리턴 float

primaryPosX 정적으로 공개적으로 프로퍼티

static public float primaryPosX
리턴 float

primaryPosY 정적으로 공개적으로 프로퍼티

static public float primaryPosY
리턴 float

secondaryPosX 정적으로 공개적으로 프로퍼티

static public float secondaryPosX
리턴 float

secondaryPosY 정적으로 공개적으로 프로퍼티

static public float secondaryPosY
리턴 float

shoesPosX 정적으로 공개적으로 프로퍼티

static public float shoesPosX
리턴 float

shoesPosY 정적으로 공개적으로 프로퍼티

static public float shoesPosY
리턴 float