Difference between revisions of "ImGui.Core:bullet"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays a bullet. <source lang="lua"> ImGui:bullet() </source> {{ImGui}}")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Displays a bullet.
 
Displays a bullet.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
ImGui:bullet()
 
ImGui:bullet()
</source>
+
</syntaxhighlight>
  
 
{{ImGui}}
 
{{ImGui}}

Latest revision as of 15:29, 13 July 2023

Available since: Gideros 2020.9
Class: ImGui

Description

Displays a bullet.

ImGui:bullet()