move the function setactorasset

Signed-off-by: rhhong <rhhong@amazon.com>
This commit is contained in:
rhhong
2021-09-21 09:51:52 -07:00
parent b7900bf646
commit c463721b52
2 changed files with 2 additions and 4 deletions
@@ -121,6 +121,7 @@ namespace EMotionFX
void SetRenderCharacter(bool enable) override;
bool GetRenderActorVisible() const override;
SkinningMethod GetSkinningMethod() const override;
void SetActorAsset(AZ::Data::Asset<ActorAsset> actorAsset) override;
//////////////////////////////////////////////////////////////////////////
// ActorComponentNotificationBus::Handler
@@ -178,8 +179,6 @@ namespace EMotionFX
void OnAssetReloaded(AZ::Data::Asset<AZ::Data::AssetData> asset) override;
bool IsPhysicsSceneSimulationFinishEventConnected() const;
void SetActorAsset(AZ::Data::Asset<ActorAsset> actorAsset);
AZ::Data::Asset<ActorAsset> GetActorAsset() const { return m_configuration.m_actorAsset; }
private: