You're breathtaking!
This commit is contained in:
20
Source/Editor/SceneGraph/Actors/SceneAnimationPlayerNode.cs
Normal file
20
Source/Editor/SceneGraph/Actors/SceneAnimationPlayerNode.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
|
||||
|
||||
using FlaxEngine;
|
||||
|
||||
namespace FlaxEditor.SceneGraph.Actors
|
||||
{
|
||||
/// <summary>
|
||||
/// Scene tree node for <see cref="SceneAnimationPlayer"/> actor type.
|
||||
/// </summary>
|
||||
/// <seealso cref="ActorNodeWithIcon" />
|
||||
[HideInEditor]
|
||||
public sealed class SceneAnimationPlayerNode : ActorNodeWithIcon
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public SceneAnimationPlayerNode(Actor actor)
|
||||
: base(actor)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user