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

@@ -4,7 +4,7 @@ using System;
namespace FlaxEngine
{
partial class Actor : ITransformable, ISceneObject
partial class Actor
{
/// <summary>
/// Returns true if object is fully static on the scene, otherwise false.