MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / setRenderTransform

Method setRenderTransform

Engine/source/T3D/entity.cpp:807–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807void Entity::setRenderTransform(const MatrixF &mat)
808{
809 Parent::setRenderTransform(mat);
810}
811
812void Entity::setRenderTransform(Point3F position, RotationF rotation)
813{

Callers

nothing calls this directly

Calls 7

asMatrixFMethod · 0.80
setColumnMethod · 0.80
RotationFClass · 0.50
getTransformMethod · 0.45
setPositionMethod · 0.45
getPositionMethod · 0.45
triggerMethod · 0.45

Tested by

no test coverage detected