Class InstancingComponent
[DataContract("InstancingComponent")]
[Display("Instancing", null, Expand = ExpandRule.Once)]
[ComponentCategory("Model")]
[DefaultEntityComponentRenderer(typeof(InstancingProcessor))]
public sealed class InstancingComponent : ActivableEntityComponent, IIdentifiable
  - Inheritance
 - 
      objectInstancingComponent
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Properties
Type
Gets or sets the type of the instancing.
[DataMember(10)]
[Display("Instancing Type", null, Expand = ExpandRule.Always)]
public IInstancing Type { get; set; }
  Property Value
- IInstancing
 The type of the instancing.
Events
InstancingChanged
Occurs when the instancing changed. Used to notify instances to change their
public event EventHandler<IInstancing> InstancingChanged