Home -> MG Virtual

  • Animation
    • Propiedades
      • clip
      • clipPoint
      • currentFrame
      • handle
      • haveCompleted
      • maxFrames
      • loop
      • transform
      • typedef
      • velocityFrames
  • Animator
    • Propiedades
      • animations
      • currentAnimation
      • handle
      • isPlay
      • lastAnimation
      • obj
      • lifeAnimation
      • transform
      • typedef
    • Funciones
      • addAnimation
      • Play
      • removeAnimation
      • setAnimation
    • Eventos
      • onAnimationChangeFrame
      • onAnimationCicle
      • onAnimationTerminated
      • onAnimationRun
      • onAnimationStop
  • AudioListener
    • Propiedades
      • masterVolume
      • handle
      • loopResolutions
      • obj
      • transform
      • typedef
    • Funciones
      • IsRun
      • run
      • stop
      • getVolumeSpacial
    • Eventos
      • onAudioListenerRun
      • onAudioListenerStop
  • AudioSource
    • Propiedades
      • distanceMax
      • distanceMin
      • elementAudio
      • handle
      • isLoaded
      • loop
      • obj
      • onAwaike
      • pan
      • spacial
      • src
      • transform
      • typedef
      • volume
    • Funciones
      • CurrentTimeToString
      • DurationToString
      • load
      • Pause
      • Play
      • setPanner
      • setVolume
      • Stop
    • Eventos
      • onAudioSourceChangePan
      • onAudioSourceChangeVolume
      • onAudioSourcePause
      • onAudioSourcePlay
      • onAudioSourceStop
  • Clases de uso común
    • Pivot
      • handle
      • point
      • x
      • y
    • Point
      • handle
      • x
      • y
    • Rectangle
      • handle
      • height
      • width
      • x
      • y
    • Size
      • handle
      • height
      • width
    • Vector2
      • handle
      • x
      • y
  • Collider
    • Propiedades
      • colliders
      • handle
      • obj
      • typeCollider
      • sidesCollider
      • resolutionCollider
      • transform
      • typedef
    • Funciones
      • exit
      • isRun
      • run
    • Eventos
      • onColliderEnter
      • onColliderExit
      • onTriguerEnter
      • onTriguerExit
  • Enumeraciones
    • ClickType
    • ColliderType
    • ColliderSides
    • Direcction
    • ParallaxDir
    • PivotType
    • typeCrono
    • TypeUI
  • Gizmos
    • Propiedades
      • enabled
      • handle
      • ctx
    • Funciones
      • drawText
      • drawLine
      • drawRect
      • drawFillRect
      • drawCircle
      • drawFillCircle
      • drawPolygon
  • Hierarchy
    • Propiedades
      • enabled
      • handle
      • hierarchy
      • id
      • isPaint
      • name
      • position
      • tag
      • typedef
    • Funciones
      • Add
      • FindByID
      • FindByName
      • FindByTag
      • move
      • remove
      • removeByIndex
      • SearchByID
      • SearchByName
      • SearchByTag
      • SearchByTypedef
  • Image
    • Propiedades
      • border
      • borderColor
      • clip
      • clipHover
      • ctx
      • handle
      • image
      • isClone
      • isHover
      • isLoaded
      • parallax
      • positions
      • transform
      • typedef
    • Funciones
      • load
    • Eventos
      • onImageLoaded
  • Parallax
    • Propiedades
      • ctx
      • direction
      • handle
      • isPlay
      • jumpPixel
      • lifeAnimation
      • sprite
      • transform
      • typedef
      • velocity
    • Funciones
      • play
      • stop
    • Eventos
      • onParallaxPlay
      • onParallaxStop
  • Rigibody
    • Propiedades
      • blockXRight
      • blockXLeft
      • blockYUp
      • blockYDown
      • bouncing
      • brake
      • freeFall
      • gravity
      • handle
      • isGround
      • isRun
      • mass
      • obj
      • rebound
      • resolutionsTimer
      • transform
      • typedef
    • Funciones
      • addForce
      • exit
      • move
      • moveTo
      • rotate
      • run
    • Eventos
      • onRigibodyAddForce
      • onRigibodyColliderEnter
      • onRigibodyColliderExit
      • onRigibodyColliderTriguerEnter
      • onRigibodyColliderTriguerExit
      • onRigibodyRotate
  • Static
    • Funciones
      • Destroy
      • isEmpty
  • Text
    • Propiedades
      • border
      • borderColor
      • foreColor
      • handle
      • isFill
      • lineHeight
      • fontName
      • fontSize
      • text
      • transform
      • typedef
  • Transform
    • Propiedades
      • body
      • animator
      • bodyRectGross
      • collider
      • enabled
      • handle
      • id
      • mask
      • name
      • parent
      • pivot
      • position
      • positionCenter
      • resolutionCalculate
      • resolutionRect
      • rigibody
      • rotate
      • size
      • tag
      • typeClick
    • Funciones
      • distance
      • getCirclePosition
      • getPosition
      • getRadio
      • getScale
      • getSize
      • setPosition
      • setScale
      • setSize
    • Eventos
      • onTransformDown
      • onTransformUp
      • onTransformOver
      • onTransformChangePosition
      • onTransformChangeSize
      • onTransformChangeScale
Documentación del Motor Gráfico para JS
NOTA: Los objetos marcados con un asterisco (*) todabia no están implementados para ver su contenido.
Documentación de MGVirtual Edit
Motor Gráfico Paso a Paso
Saber como funciona internamente el motor gráfico supone para un programador un avance exitoso muy relevante, pues con esos conocimientos puedes implementar un proyecto de una forma más eficiente y optimizada.
Descubre los secretos de MGVirtual. Como se diseñó el motor en JavasScript paso a paso creando las clases principales.
Ver MGVirtual Paso a Paso

Manual MGVirtual
Si estás comenzando a utilizar MGVirtual Edit para tus proyectos en un navegador, utiliza nuestro manual que te guiará y te dará todas las herramientas necesarias para sacarle el mayor partido a tus ideas de una manera eficiente y sobre todo rápida ahorrando cientos de horas de programación.
Ir a Manual de MGVirtual Edit

Herramientas eficaces
MGVirtual por defecto se instala con unos packages preestablecidos con una serie de clases, objetos y variables globales que te facilitan la taera hasta el punto de poder hacer tu primer juego con muy pocos conocimientos de JavaScript.
Ver las herramientas de MGVirtual Edit