MCPcopy Create free account
hub / github.com/Illation/ETEngine / SetRotation

Method SetRotation

Engine/source/EtFramework/Components/TransformComponent.cpp:98–103  ·  view source on GitHub ↗

--------------------------------- TransformComponent::SetRotation

Source from the content-addressed store, hash-verified

96// TransformComponent::SetRotation
97//
98void TransformComponent::SetRotation(const quat& rotation)
99{
100 m_TransformChanged |= E_TransformChanged::Rotation;
101
102 m_Rotation = rotation;
103}
104
105//------------------------------
106// TransformComponent::SetScale

Callers 5

ProcessMethod · 0.80
ProcessMethod · 0.80
MakeDataMethod · 0.80
ProcessMethod · 0.80
OnComponentAddedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected