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

@@ -197,12 +197,12 @@ namespace FlaxEditor.SceneGraph
}
/// <summary>
/// The ray.
/// The ray (for intersection raycasting).
/// </summary>
public Ray Ray;
/// <summary>
/// The camera view ray.
/// The camera view ray (camera position and direction).
/// </summary>
public Ray View;