Difference between revisions of "Component"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "* Components are attached to Slots. * A Component belongs to exactly one Slot. * Each Component is of a specific Component Type. * The Component Type defines the behavior and...")
 
Line 3: Line 3:
 
* Each Component is of a specific Component Type.
 
* Each Component is of a specific Component Type.
 
* The Component Type defines the behavior and properties of the Component.
 
* The Component Type defines the behavior and properties of the Component.
* Component Properties store data in Neos
+
* Component Properties store data in Neos.
 +
 
 +
Examples:
 +
* MeshRenderer

Revision as of 17:27, 8 September 2018

  • Components are attached to Slots.
  • A Component belongs to exactly one Slot.
  • Each Component is of a specific Component Type.
  • The Component Type defines the behavior and properties of the Component.
  • Component Properties store data in Neos.

Examples:

  • MeshRenderer