Click or drag to resize
Blueprint Properties

The Blueprint type exposes the following members.

Properties
  NameDescription
Public propertyAttributeTable
Data for initializing the components of entities created with this blueprint.
Public propertyAttributeTableSerialized
Wrapper for AttributeTable property for xml serialization.
Public propertyComponentTypes
Collection of types of components to add to entities created with this blueprint.
Public propertyComponentTypesSerialized
Wrapper for ComponentTypes property for xml serialization.
Public propertyParent
Parent blueprint of this one. All components and attributes of the parent are also available for this one. Attributes can be overwritten though.
Public propertyParentId
Id of parent blueprint. Used for serialization/deserialization.
Top
See Also