Joachim Ante
Joachim Ante
>You can very close to the desired behavior if there is a public type like: That is possible but we intend to use this for simplifying our API's significantly for...
Our full example usage code looks like this: ``` struct BoidData : IComponentData { public float3 Position; } struct MyTransform : IComponentData { public float3 Position; } class MyComponentSystem :...
I would imagine that for other use cases allowing assignment to ref fields from the constructor would be the sensible thing to do. This matches how it works in C++....