Class InstanceComponent
Represents a single instance of a model instancing component.
[DataContract("InstanceComponent")]
[Display("Instance", null, Expand = ExpandRule.Once)]
[ComponentCategory("Model")]
[DefaultEntityComponentProcessor(typeof(InstanceProcessor))]
public sealed class InstanceComponent : ActivableEntityComponent, IIdentifiable
- Inheritance
-
InstanceComponent
- Implements
- Inherited Members
Properties
Master
Gets or sets the referenced InstancingComponent to instance.
[DataMember(10)]
[Display("Instancing", null, Expand = ExpandRule.Always)]
public InstancingComponent Master { get; set; }
Property Value
- InstancingComponent
The referenced InstancingComponent to instance.