Blame doc/ru/functions.html

7a004b
7a004b
7a004b
<meta charset="UTF-8">
7a004b
<link href="style.css" rel="stylesheet" type="text/css">
7a004b
<title>Все функции - Helianthus</title>
7a004b
7a004b
7a004b
7a004b
  

Helianthus

7a004b
  

Запуск и общие функции

7a004b
  

Клавиатура и мышь

7a004b
  

Рисование

7a004b
  

Спрайты

7a004b
  

Группы спрайтов

7a004b
  

Камера

7a004b
  

Звук

7a004b
  
7a004b
  

Все функции

7a004b
7a004b
7a004b

Все функции

7a004b

Запуск и общие функции

7a004b
worldSetInit
7a004b
worldSetDraw
7a004b
worldRun
7a004b
worldStop
7a004b
worldGetWidth
7a004b
worldSetWidth
7a004b
worldGetHeight
7a004b
worldSetHeight
7a004b
worldGetFrameRate
7a004b
worldSetFrameRate
7a004b
worldGetTimeStep
7a004b
worldGetFrameCount
7a004b
worldGetSeconds
7a004b
randomNumber
7a004b
randomFloat
7a004b

Клавиатура и мышь

7a004b
keyDown
7a004b
keyWentDown
7a004b
keyWentUp
7a004b
mouseDown
7a004b
mouseWentDown
7a004b
mouseWentUp
7a004b
mouseDidMove
7a004b
mouseX
7a004b
mouseY
7a004b

Рисование

7a004b
background
7a004b
fill
7a004b
noFill
7a004b
stroke
7a004b
noStroke
7a004b
strokeWeight
7a004b
rgb
7a004b
rgba
7a004b
moveTo
7a004b
lineTo
7a004b
resetPath
7a004b
closePath
7a004b
strokePath
7a004b
rect
7a004b
ellipse
7a004b
arc
7a004b
arcPath
7a004b
line
7a004b
point
7a004b
regularPolygon
7a004b
text
7a004b
textAlign
7a004b
textFont
7a004b
textSize
7a004b

Спрайты

7a004b
createSprite
7a004b
createSpriteEx
7a004b
spriteDestroy
7a004b
spriteDestroyTimer
7a004b
spriteGetX
7a004b
spriteGetY
7a004b
spriteSetX
7a004b
spriteSetY
7a004b
spriteGetVelocityX
7a004b
spriteGetVelocityY
7a004b
spriteSetVelocityX
7a004b
spriteSetVelocityY
7a004b
spriteSetVelocityXY
7a004b
spriteSetSpeedAndDirection
7a004b
spriteGetSpeed
7a004b
spriteGetDirection
7a004b
spriteGetWidth
7a004b
spriteSetWidth
7a004b
spriteGetHeight
7a004b
spriteSetHeight
7a004b
spriteGetScale
7a004b
spriteSetScale
7a004b
spriteGetScaledWidth
7a004b
spriteGetScaledHeight
7a004b
spriteGetRotation
7a004b
spriteSetRotation
7a004b
spriteGetRotationSpeed
7a004b
spriteSetRotationSpeed
7a004b
spriteGetRotateToDirection
7a004b
spriteSetRotateToDirection
7a004b
spriteGetMirrorX
7a004b
spriteSetMirrorX
7a004b
spriteGetMirrorY
7a004b
spriteSetMirrorY
7a004b
spriteGetDepth
7a004b
spriteSetDepth
7a004b
spriteGetVisible
7a004b
spriteSetVisible
7a004b
spriteGetTag
7a004b
spriteSetTag
7a004b
spriteGetDebug
7a004b
spriteSetDebug
7a004b
spriteOverlap
7a004b
spriteCollide
7a004b
spriteBounceOff
7a004b
spritePush
7a004b
spriteCollideEx
7a004b
spriteGetBounciness
7a004b
spriteSetBounciness
7a004b
spriteSetCollider
7a004b
spriteSetColliderCircle
7a004b
spriteSetColliderRectangle
7a004b
spriteSetColliderEx
7a004b
spriteSetAnimation
7a004b
spriteSetNoAnimation
7a004b
spritePlay
7a004b
spritePause
7a004b
spriteNextFrame
7a004b
spriteSetFrame
7a004b
spriteSetShapeColor
7a004b
spriteSetTintColor
7a004b
spritePointTo
7a004b
mouseIsOver
7a004b
mousePressedOver
7a004b
worldGetSpriteCount
7a004b
worldGetSprite
7a004b
drawSprites
7a004b

Группы спрайтов

7a004b
createGroup
7a004b
createEdgesGroup
7a004b
createEdgesGroupEx
7a004b
groupDestroy
7a004b
groupDestroyEx
7a004b
groupAdd
7a004b
groupRemove
7a004b
groupClear
7a004b
groupClearEx
7a004b
groupContains
7a004b
groupGetCount
7a004b
groupGet
7a004b
groupOverlap
7a004b
groupCollide
7a004b
groupBounceOff
7a004b
groupPush
7a004b
groupCollideEx
7a004b
groupOverlapGroup
7a004b
groupCollideGroup
7a004b
groupBounceOffGroup
7a004b
groupPushGroup
7a004b
groupCollideGroupEx
7a004b
groupOverlapBetween
7a004b
groupCollideBetween
7a004b
groupCollideBetweenEx
7a004b
groupGetMinDepth
7a004b
groupGetMaxDepth
7a004b
groupDestroyEach
7a004b
groupDestroyTimerEach
7a004b
groupSetVisibleEach
7a004b
groupSetWidthEach
7a004b
groupSetHeightEach
7a004b
groupSetDepthEach
7a004b
groupSetVelocityXEach
7a004b
groupSetVelocityYEach
7a004b
groupSetVelocityEach
7a004b
groupSetLifetimeEach
7a004b
groupSetRotateToDirectionEach
7a004b
groupSetRotationEach
7a004b
groupSetRotationSpeedEach
7a004b
groupSetScaleEach
7a004b
groupSetMirrorXEach
7a004b
groupSetMirrorYEach
7a004b
groupSetTagEach
7a004b
groupPointToEach
7a004b
groupSetSpeedAndDirectionEach
7a004b
groupSetAnimationEach
7a004b
groupSetNoAnimationEach
7a004b
groupSetShapeColorEach
7a004b
groupSetTintColorEach
7a004b
groupSetColliderEach
7a004b
groupSetColliderCircleEach
7a004b
groupSetColliderRectangleEach
7a004b
groupSetColliderEachEx
7a004b

Камера

7a004b
cameraOn
7a004b
cameraOff
7a004b
cameraIsActive
7a004b
cameraMouseX
7a004b
cameraMouseY
7a004b
cameraGetX
7a004b
cameraGetY
7a004b
cameraSetX
7a004b
cameraSetY
7a004b
cameraGetZoom
7a004b
cameraSetZoom
7a004b

Звук

7a004b
createSound
7a004b
soundDestroy
7a004b
soundPlay
7a004b
soundStop
7a004b
7a004b
7a004b
7a004b