Initial upload
This commit is contained in:
11
docs/stardust-protocol/server/objects/field.md
Normal file
11
docs/stardust-protocol/server/objects/field.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# /field
|
||||
|
||||
Object managing fields for interaction.
|
||||
|
||||
## Signals
|
||||
### `createBoxField(string name, Vector3 origin, Quaternion orientation, Vector3 size)`
|
||||
Creates a new [[BoxField]] at `/field/[name]`.
|
||||
|
||||
|
||||
### `createSphereField(string name, Vector3 origin, float radius)`
|
||||
Creates a new [[SphereField]] at `/field/[name]`.
|
||||
Reference in New Issue
Block a user