| 82 | } |
| 83 | |
| 84 | static Coral::Array<float> FloatArrayIcall() |
| 85 | { |
| 86 | std::vector<float> floats = { 5.0f, 10.0f, 15.0f, 50.0f }; |
| 87 | return Coral::Array<float>::New(floats); |
| 88 | } |
| 89 | |
| 90 | static Coral::ManagedObject instance; |
| 91 | static Coral::ManagedObject NativeInstanceIcall() |