Remove deprecated and unused ISceneObject and ITransformable

This commit is contained in:
Wojtek Figat
2021-02-15 12:09:46 +01:00
parent b6557cb15c
commit 788907f3b1
8 changed files with 8 additions and 60 deletions

View File

@@ -15,7 +15,7 @@ namespace FlaxEditor.SceneGraph
/// A <see cref="SceneModule"/> class is responsible for Scene Graph management.
/// </summary>
[HideInEditor]
public abstract class SceneGraphNode : ITransformable
public abstract class SceneGraphNode
{
/// <summary>
/// The parent node.