RotationModule
Extends the Module Object
Creating your own RotationModule
RotationModulePriority
Module
Priority
RotationModule functions
breeze.registerRotationModule("RotationModule", "Rotates", 7, {
'rotate': function(rotation) {
},
'updateNoRotate': function() {
},
})rotate
rotateupdateNoRotate
updateNoRotateLast updated