Add Sprite Render actor for sprites drawing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user