Component:RecordEditForm

From Resonite Wiki
Component image 
Record Edit Form component as seen in the Scene Inspector

See World.

The RecordEditForm component is used to edit the details and info/metadata for a world.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
_worldOrb WorldOrb The world orb that created this dialog.
_name TextField The field to edit the name of the world.
_description TextField The field to edit the description of the world.
_path TextField The field to edit the path of the world.
_tags TextField The field to edit the tags of the world.
_publicSetting RecordEditForm.PublicSetting The field to edit the of the world.
_readonly Checkbox The checkbox to edit the read only property of the world.
_ownerUser direct UserRef The field to show the owner of the world.
_privateOptionText Text The field to show the private options of the world.

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
OnCancel:ButtonEventHandler ButtonEventHandler Called when the cancel button is touched.
OnSave:ButtonEventHandler ButtonEventHandler Called when the save button is touched.

Usage

See World.

Examples

See World.

See Also

See World.