Class: Isometric

Isometric

Phaser.Plugin.Isometric

new Isometric(game)

Isometric is a comprehensive axonometric plugin for Phaser which provides an API for handling axonometric projection of assets in 3D space to the screen. The goal has been to mimic as closely as possible the existing APIs provided by Phaser for standard orthogonal 2D projection, but add a third dimension. Also included is an Arcade-based 3D AABB physics engine, which again is closely equivalent in functionality and its API.

Parameters:
Name Type Description
game Phaser.Game

The current game instance.

Source:

Classes

Arcade
Body
Cube
IsoSprite
Octree
Point3
Point3
Projector