MCPcopy Create free account
hub / github.com/defold/defold / SetPropertyFromQuat

Function SetPropertyFromQuat

engine/gameobject/src/gameobject/gameobject.cpp:4158–4164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4156 }
4157
4158 PropertyResult SetPropertyFromQuat(HInstance instance, dmhash_t component_id, dmhash_t property_id, dmVMath::Quat value)
4159 {
4160 PropertyOptions options;
4161 PropertyVar prop_value(value);
4162 PropertyResult r = SetProperty(instance, component_id, property_id, options, prop_value);
4163 return r;
4164 }
4165
4166 PropertyResult SetPropertyFromBool(HInstance instance, dmhash_t component_id, dmhash_t property_id, bool value)
4167 {

Callers 2

TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 1

SetPropertyFunction · 0.70

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68