Extends PlayCanvas attribute definitions to support a 'set' method, this also enables intellisense for PlayCanvas attributes in WebStorm and other IDEs.
published version 1.0.2, 8 years agoProvides working pc.Vec3 and pc.Quat for a program without having to define inline working variables.
published version 1.0.0, 8 years agoReturns the world position for a pc.Vec3 or and Entity in PlayCanvas
published version 1.0.0, 8 years agoPlayCanvas vector mathematics extensions for `fromToRotation`, `twist` etc
published version 1.0.3, 8 years agoPlayCanvas extension to pc.Vec3 to add inline chainable functions to add or set the X,Y,Z elements of a vector
published version 1.0.0, 8 years agoPlayCanvas extension to all a function to be called every update cycle until it returns `false`
published version 1.0.0, 8 years agoTimeout function in "game time" for PlayCanvas
published version 1.0.1, 8 years agoPlayCanvas extension to allow hierarchical broadcast of messages
published version 1.0.0, 8 years agoResolves a value that might be a function to the final value
published version 1.0.0, 8 years agoJavascript inheritence with the ability to inject construction call backs and merge two prototype chains
published version 1.0.0, 8 years agoCreates a pool of any object and allows both a circular allocation of that pool or item reservation from it. Userful for reducing garbage collection in games.
published version 1.0.0, 8 years agoCreates a pool of any object and allows both a circular allocation of that pool or item reservation from it. Userful for reducing garbage collection in games.
published version 1.0.1, 8 years agoRetrieves the query string parameters to a site
published version 1.0.0, 8 years agoProvides a PlayCanvas method to find all children that have a particular script or component and return that component
published version 1.0.1, 8 years agoFunctions and PlayCanvas extensions to move a number, a vector or a quaternion towards a target value over frames
published version 1.0.0, 8 years agoSimple promise for a callback after a delay in PlayCanvas, delay is measured in game time which may be stretched or paused.
published version 1.0.1, 8 years agoSimple Deferred wrapper for Bluebird
published version 1.0.0, 8 years agoDebug line drawing function for PlayCanvas
published version 1.0.1, 8 years agoMonkey Patch to enable parsing of ES6 compiled script modules in PlayCanvas, both in the Editor and at runtime.
published version 1.0.2, 8 years agoA smooth bouncing function between two limits
published version 1.0.0, 8 years agoPromise wrapper for PlayCanvas asset loading
published version 1.0.0, 8 years agoLoading screen script to support Webpack Dev Server serving ES6 bundled code
published version 1.0.0, 8 years agoWebPack plugin to upload built script files to PlayCanvas.
published version 1.0.8, 8 years agoA template for running ES6 with PlayCanvas Editor
published version 1.0.1, 8 years ago