Property | Type | Description | |
---|---|---|---|
Client_ReceivePieceCount | void | ||
CreateBackgroundImageMeshObject | void | ||
DestroyBackgroundImageMeshObject | void | ||
ServerOrSingle_CreatePiece | void | ||
ServerOrSingle_DestroyPuzzles | void | ||
ServerOrSingle_GeneratePuzzles | void | ||
ServerOrSingle_SetPieceCount | void | ||
Server_SendPieceCountToClients | void |
Method | Description | |
---|---|---|
GetDestinationArea ( ) : Engine.Rect | ||
GetGameArea ( ) : Engine.Rect | ||
GetPieceDestinationPosition ( Vec2i index ) : Vec2 | ||
JigsawPuzzleManager ( ) : System |
Method | Description | |
---|---|---|
OnDestroy ( ) : void |
Overridden from Engine.EntitySystem.Entity.OnDestroy().
|
|
OnPostCreate ( bool loaded ) : void |
Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
|
|
OnRender ( Engine.Camera camera ) : void | ||
Server_OnClientConnectedBeforePostCreate ( RemoteEntityWorld remoteEntityWorld ) : void |
Method | Description | |
---|---|---|
Client_ReceivePieceCount ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
CreateBackgroundImageMeshObject ( ) : void | ||
DestroyBackgroundImageMeshObject ( ) : void | ||
ServerOrSingle_CreatePiece ( Vec2i index ) : void | ||
ServerOrSingle_DestroyPuzzles ( ) : void | ||
ServerOrSingle_GeneratePuzzles ( Vec2i pieceCount ) : void | ||
ServerOrSingle_SetPieceCount ( Vec2i pieceCount ) : void | ||
Server_SendPieceCountToClients ( IList |
public GetPieceDestinationPosition ( Vec2i index ) : Vec2 | ||
index | Vec2i | |
return | Vec2 |
protected OnPostCreate ( bool loaded ) : void | ||
loaded | bool | |
return | void |
protected OnRender ( Engine.Camera camera ) : void | ||
camera | Engine.Camera | |
return | void |
protected Server_OnClientConnectedBeforePostCreate ( RemoteEntityWorld remoteEntityWorld ) : void | ||
remoteEntityWorld | RemoteEntityWorld | |
return | void |