Merge branch 'master' into 1.5
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
/// <summary>
|
||||
/// The scene animation playback actor.
|
||||
/// </summary>
|
||||
API_CLASS(Attributes = "ActorContextMenu(\"New/Other/Scene Animation\")") class FLAXENGINE_API SceneAnimationPlayer : public Actor, public IPostFxSettingsProvider
|
||||
API_CLASS(Attributes="ActorContextMenu(\"New/Other/Scene Animation\"), ActorToolbox(\"Other\", \"Scene Animation\")")
|
||||
class FLAXENGINE_API SceneAnimationPlayer : public Actor, public IPostFxSettingsProvider
|
||||
{
|
||||
DECLARE_SCENE_OBJECT(SceneAnimationPlayer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user