InstancingComponent Class
Namespace: Stride.EngineAssembly: Stride.Engine.dll
Derived from InstancingComponent:
[DataContract("InstancingComponent")]
[Display("Instancing", null, Expand = ExpandRule.Once)]
[ComponentCategory("Model")]
[DefaultEntityComponentRenderer(typeof(InstancingProcessor))]
public sealed class InstancingComponent : ActivableEntityComponent, IIdentifiable
| Name | Description | |
|---|---|---|
| Properties | ||
| Type | Gets or sets the type of the instancing. |
|
| Events | ||
| InstancingChanged | Occurs when the instancing changed. Used to notify instances to change their |
|
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
| Type | Description |
|---|---|
| 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
Event Type
| Type | Description |
|---|---|
| System.EventHandler<IInstancing> |