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

Function SetPropertyFromVector3

engine/gameobject/src/gameobject/gameobject.cpp:4142–4148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4140 }
4141
4142 PropertyResult SetPropertyFromVector3(HInstance instance, dmhash_t component_id, dmhash_t property_id, dmVMath::Vector3 value)
4143 {
4144 PropertyOptions options;
4145 PropertyVar prop_value(value);
4146 PropertyResult r = SetProperty(instance, component_id, property_id, options, prop_value);
4147 return r;
4148 }
4149
4150 PropertyResult SetPropertyFromVector4(HInstance instance, dmhash_t component_id, dmhash_t property_id, dmVMath::Vector4 value)
4151 {

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