API Docs for: 0.1.0
Show:

CG.Morph Class

Extends CG.Class
Module: CG

CG.Morph to manipulate objects in size and so on.


                        var e = new CG.Morph({
                          name: 'player',
                          position: new CG.Point(100,100)
                        })
                        

Item Index

Methods

Properties

Methods

getVal

() Float

Returns:

Float:

init

(
  • options
)

Options: mode {string} min {number} max {number} speed {number}

Parameters: