introduce editorconfig
This commit is contained in:
@@ -11,12 +11,12 @@ Every message uses [flatbuffers](https://google.github.io/flatbuffers/) and [fle
|
||||
namespace StardustXR;
|
||||
|
||||
table Message {
|
||||
type: ubyte;
|
||||
id: uint;
|
||||
object: string;
|
||||
method: string;
|
||||
error: string;
|
||||
data:[ubyte] (flexbuffer);
|
||||
type: ubyte;
|
||||
id: uint;
|
||||
object: string;
|
||||
method: string;
|
||||
error: string;
|
||||
data:[ubyte] (flexbuffer);
|
||||
}
|
||||
|
||||
root_type Message;
|
||||
@@ -75,4 +75,4 @@ A `Vector` of 2 `double` is treated as a `Vector2`.
|
||||
### Vector3
|
||||
A `Vector` of 3 `double` is treated as a `Vector3`.
|
||||
### Quaternion
|
||||
A `Vector` of 4 `double` is treated as a `Quaternion`.
|
||||
A `Vector` of 4 `double` is treated as a `Quaternion`.
|
||||
|
||||
Reference in New Issue
Block a user