Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 460 Bytes

File metadata and controls

15 lines (9 loc) · 460 Bytes

Comment Component

The comment component is for adding notes to objects in a scene. These comments are solely to explain things to other people that look at a scene or prefab.

Note:

Comment components are not meant for use at runtime. All instances are automatically stripped from a scene during export.

Component Properties

  • Comment: The string to store at the component.

See Also