Search results

From GiderosMobile
  • '''color''': (number) new color '''optional'''<br/> '''alpha''': (number) new alpha value '''optional'''<br/>
    2 KB (271 words) - 15:32, 13 July 2023
  • Returns an iterator function that, each time it is called, returns a new line from the file.
    568 bytes (81 words) - 15:32, 13 July 2023
  • Creates and returns new Gideros class.
    607 bytes (72 words) - 15:26, 13 July 2023
  • Camera.texture=RenderTarget.new(cw,ch) local b=Bitmap.new(Camera.texture)
    3 KB (438 words) - 07:56, 26 August 2024
  • Add a new addaction and action:
    1 KB (135 words) - 15:40, 10 September 2018
  • local event = Event.new("myevent") ...'creates a new Event object''<br/><!--GIDEROSMTD:Event.new(type) creates a new Event object-->
    2 KB (274 words) - 20:16, 15 December 2023
  • ...formation matrix of the sprite. Each invocation of this function returns a new [[Matrix]] object.
    398 bytes (47 words) - 15:33, 13 July 2023
  • local microphone = Microphone.new(nil, 22050, 1, 16) ...one.new(deviceName,sampleRate,numChannels,bitsPerSample,quality) creates a new Microphone object-->
    2 KB (246 words) - 03:32, 26 August 2024
  • Instances in Gideros is created through new function. For example, to create a Sprite, Texture, Bitmap and a Timer inst local sprite = Sprite.new()
    19 KB (3,185 words) - 15:33, 13 July 2023
  • serverlink = Server.new({username = 'myServer'}) -- add event to monitor when new client wants to join
    5 KB (742 words) - 09:51, 26 August 2024
  • '''Returns''' (number) new buffer size<br/>
    460 bytes (58 words) - 15:26, 13 July 2023
  • ...reates a new Buffer object''<br/><!--GIDEROSMTD:Buffer.new(name) creates a new Buffer object-->
    2 KB (324 words) - 13:41, 12 March 2023
  • '''Returns''' (number) new buffer size<br/>
    487 bytes (64 words) - 15:27, 13 July 2023
  • Creates a new '''Sound''' object. Sound.new(filename)
    566 bytes (79 words) - 07:44, 31 August 2023
  • local player1 = Pixel.new(0x550000, 1, 8*2, 8*2) local mc = MovieClip.new({{0,0,player1}}, true) -- movieclip to simulate player1 movement
    11 KB (1,490 words) - 10:49, 6 December 2023
  • Starts a new ImGui frame, you can submit any command from this point until ''endFrame()' self.imgui = ImGui.new()
    909 bytes (115 words) - 15:29, 13 July 2023
  • [[r3d.World.new]] ''creates a new world''<br/><!--GIDEROSMTD:r3d.World.new(gravityX,gravityY,gravityZ) creates a 3D physics world--> ...a new body''<br/><!--GIDEROSMTD:r3d.World:createBody(transform) creates a new body-->
    3 KB (473 words) - 20:12, 15 April 2022
  • Create a new file named ''''enemy.lua''''. This new file will depend on the Ship Class too (we will use Gideros code dependency In a new file called '''level.lua''', we define our level manager, starting by our f
    6 KB (905 words) - 23:56, 15 November 2023
  • Creates a new collision capsule shape (fixture). r3d.CapsuleShape.new(radius,height)
    765 bytes (98 words) - 15:31, 13 July 2023
  • Creates a new Ogg/Theora stream object which you can read from. local videoSource = Theora.new("videos/file_example_OGG_480_1_7mg.ogg")
    663 bytes (79 words) - 07:52, 26 August 2024

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)