Add Sprite Render actor for sprites drawing

This commit is contained in:
Wojtek Figat
2021-02-23 13:23:22 +01:00
parent 7fd542950f
commit 19c83e3b6e
13 changed files with 377 additions and 9 deletions

View File

@@ -97,6 +97,11 @@ namespace FlaxEditor
/// </summary>
public static string DefaultSkyCubeTexture = "Editor/SimplySky";
/// <summary>
/// The default sprite material.
/// </summary>
public static string DefaultSpriteMaterial = "Editor/SpriteMaterial";
/// <summary>
/// The IES Profile assets preview material.
/// </summary>
@@ -112,6 +117,16 @@ namespace FlaxEditor
/// </summary>
public static string VertexColorsPreviewMaterial = "Editor/Gizmo/VertexColorsPreviewMaterial";
/// <summary>
/// The Flax icon texture.
/// </summary>
public static string FlaxIconTexture = "Engine/Textures/FlaxIcon";
/// <summary>
/// The Flax icon (blue) texture.
/// </summary>
public static string FlaxIconBlueTexture = "Engine/Textures/FlaxIconBlue";
/// <summary>
/// The icon lists used by editor from the SegMDL2 font.
/// </summary>