Files
website/docs/stardust-protocol/server/objects/field.md
2022-02-09 17:31:52 -05:00

695 B

/field

Object managing fields for interaction.

Signals

createBoxField(string name, string spacePath, Vector3 origin, Quaternion orientation, Vector3 size)

Creates a new BoxField at /field/[name] with parent at spacePath.

createCylinderField(string name, string spacePath, Vector3 origin, Quaternion orientation, float length, float radius)

Creates a new CylinderField at /field/[name] with parent at spacePath.

createSphereField(string name, string spacePath, Vector3 origin, float radius)

Creates a new SphereField at /field/[name] with parent at spacePath.