Property | Type | Description | |
---|---|---|---|
availableCubesToPlace | List |
||
inspectCubesDummy | GameObject | ||
m_DoorOpenSound | FMODAsset, | ||
m_HighlightColor | Color | ||
m_MusicEmitter | FMOD_StudioEventEmitter, | ||
m_UseCubeSound | FMODAsset, |
Method | Description | |
---|---|---|
onCubeKeyDoorUse ( GameObject obj, bool tr ) : void | ||
onPickupCubeKey ( GameObject obj, bool tr ) : void | ||
onRequestOpenCubeDoor ( GameObject obj, bool tr ) : void | ||
placeCube ( string name ) : void | ||
zoomOut ( GameObject obj, bool tr ) : void |
Method | Description | |
---|---|---|
Start ( ) : void | ||
focusOnFirstCubeObject ( GameObject &obj ) : int | ||
goToNextCube ( int startIndex, GameObject &obj ) : int | ||
goToPreviousCube ( int startIndex, GameObject &obj ) : int | ||
inputLogic ( ) : IEnumerator | ||
onCubesFinishedSwitchingPos ( ) : void | ||
onCubesSwitchedPos ( ) : void | ||
onMovedOut ( ) : void | ||
onMovedOutFurther ( ) : void | ||
pickNextCube ( int currentIndex ) : IEnumerator |
public onCubeKeyDoorUse ( GameObject obj, bool tr ) : void | ||
obj | GameObject | |
tr | bool | |
return | void |
public onPickupCubeKey ( GameObject obj, bool tr ) : void | ||
obj | GameObject | |
tr | bool | |
return | void |
public onRequestOpenCubeDoor ( GameObject obj, bool tr ) : void | ||
obj | GameObject | |
tr | bool | |
return | void |
public zoomOut ( GameObject obj, bool tr ) : void | ||
obj | GameObject | |
tr | bool | |
return | void |
public FMOD_StudioEventEmitter, m_MusicEmitter | ||
return | FMOD_StudioEventEmitter, |