spatialos-codegen 0.2.2

Codegen tool used with spatialos-macro and spatialos-sdk
Documentation
1
2
3
4
5
6
7
package io.nebulis.player;

component AnimationWalkingSpeed {
    id = 600;
    float walking_speed = 1;
    option<bool> has_anim = 2;
}