Home
last modified time | relevance | path

Searched refs:mSwapOnAction (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DChangeComponentsComponent.java32 private GameObject.ActionType mSwapOnAction; field in ChangeComponentsComponent
75 mSwapOnAction = GameObject.ActionType.INVALID; in reset()
83 if (mSwapOnAction != GameObject.ActionType.INVALID) { in update()
88 if (currentAction == mSwapOnAction) { in update()
108 mSwapOnAction = action; in setSwapAction()