| 4148 | } |
| 4149 | |
| 4150 | PropertyResult SetPropertyFromVector4(HInstance instance, dmhash_t component_id, dmhash_t property_id, dmVMath::Vector4 value) |
| 4151 | { |
| 4152 | PropertyOptions options; |
| 4153 | PropertyVar prop_value(value); |
| 4154 | PropertyResult r = SetProperty(instance, component_id, property_id, options, prop_value); |
| 4155 | return r; |
| 4156 | } |
| 4157 | |
| 4158 | PropertyResult SetPropertyFromQuat(HInstance instance, dmhash_t component_id, dmhash_t property_id, dmVMath::Quat value) |
| 4159 | { |