Table of Contents

Class InstancingComponent

Namespace
Stride.Engine
Assembly
Stride.Engine.dll
[DataContract("InstancingComponent")]
[Display("Instancing", null, Expand = ExpandRule.Once)]
[ComponentCategory("Model")]
[DefaultEntityComponentRenderer(typeof(InstancingProcessor))]
public sealed class InstancingComponent : ActivableEntityComponent, IIdentifiable
Inheritance
InstancingComponent
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

Event Type

EventHandler<IInstancing>