C# 클래스 CubeMover, GoogleSheetsBackEndExample

Moves a 3D Cube (or any 3D object) from side to side on the X-axis according to the provided configuration from Google Sheets if available. The class loads the configuration from Google Docs each run of the game, so to see the effect of changing the doc, reload the game.
상속: MonoBehaviour
파일 보기 프로젝트 열기: JellyButtonGames/GoogleSheetsBackEndExample 1 사용 예제들

비공개 메소드들

메소드 설명
ApplyToCube ( ) : void
FinalizeInitialization ( ) : void
OnSheetLoadFailed ( ) : void

Called when the Google Sheet has failed to load

OnSheetLoaded ( ) : void

Called when the Google Sheet has been loaded and parsed

Start ( ) : void
StartMoving ( ) : void
StepCube ( ) : void
SwitchDirection ( ) : void
Update ( ) : void