Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Contains lazy-loaded textures to use. More...
Properties | |
static Texture | WhiteDotTexture [get] |
Default white circle texture with black background. More... | |
static Texture | WhiteDotAlphaTexture [get] |
Default white circle texture with alpha background. More... | |
static Texture | WhiteDotAlphaWithOutlineTexture [get] |
Default white circle texture with outline and alpha background. More... | |
static Texture | WhiteDotOutlineOnlyTexture [get] |
Default white circle outline with alpha background. More... | |
static Texture | WhiteDotBlurTexture [get] |
Default white blurry circle with alpha background. More... | |
static Texture | HexagonTexture [get] |
White hexagon texture. More... | |
static Texture | CloudTexture [get] |
Inverted cloud texture More... | |
static Texture | RightArrowTexture [get] |
Right arrow with alpha background More... | |
static Texture | LineTexture [get] |
Default vertical line texture. More... | |
Contains lazy-loaded textures to use.
Definition at line 8 of file SimpleDefaultTexture.cs.
|
staticget |
Inverted cloud texture
Definition at line 71 of file SimpleDefaultTexture.cs.
|
staticget |
White hexagon texture.
Definition at line 61 of file SimpleDefaultTexture.cs.
|
staticget |
Default vertical line texture.
Definition at line 91 of file SimpleDefaultTexture.cs.
|
staticget |
Right arrow with alpha background
Definition at line 81 of file SimpleDefaultTexture.cs.
|
staticget |
Default white circle texture with alpha background.
Definition at line 21 of file SimpleDefaultTexture.cs.
|
staticget |
Default white circle texture with outline and alpha background.
Definition at line 31 of file SimpleDefaultTexture.cs.
|
staticget |
Default white blurry circle with alpha background.
Definition at line 51 of file SimpleDefaultTexture.cs.
|
staticget |
Default white circle outline with alpha background.
Definition at line 41 of file SimpleDefaultTexture.cs.
|
staticget |
Default white circle texture with black background.
Definition at line 11 of file SimpleDefaultTexture.cs.