Home
last modified time | relevance | path

Searched refs:InitializeInitialDataComponent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.h140 …void InitializeInitialDataComponent(CORE_NS::Entity trackEntity, const AnimationTrackComponent& an…
H A Danimation_system.cpp895 InitializeInitialDataComponent(trackState.entity, *trackHandle); in OnAnimationComponentsCreated()
953 InitializeInitialDataComponent(entity, *trackHandle); in OnAnimationTrackComponentsUpdated()
1323 void AnimationSystem::InitializeInitialDataComponent(Entity trackEntity, const AnimationTrackCompon… in InitializeInitialDataComponent() function in AnimationSystem