C# 클래스 BBGamelib.tHashElement

파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
actionIndex int
actions List
currentAction CCAction
currentActionSalvaged bool
paused bool
target System.Object

공개 메소드들

메소드 설명
hashKey ( ) : int

메소드 상세

hashKey() 공개 메소드

public hashKey ( ) : int
리턴 int

프로퍼티 상세

actionIndex 공개적으로 프로퍼티

public int actionIndex
리턴 int

actions 공개적으로 프로퍼티

public List actions
리턴 List

currentAction 공개적으로 프로퍼티

public CCAction currentAction
리턴 CCAction

currentActionSalvaged 공개적으로 프로퍼티

public bool currentActionSalvaged
리턴 bool

paused 공개적으로 프로퍼티

public bool paused
리턴 bool

target 공개적으로 프로퍼티

public System.Object target
리턴 System.Object