IInstancing Interface
Namespace: Stride.EngineAssembly: Stride.Engine.dll
public interface IInstancing
Name | Description | |
---|---|---|
Properties | ||
BoundingBox | ||
InstanceCount | ||
ModelTransformUsage | ||
Methods | ||
Update() |
Properties
BoundingBox
BoundingBox BoundingBox { get; }
Property Value
Type | Description |
---|---|
BoundingBox |
InstanceCount
int InstanceCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ModelTransformUsage
ModelTransformUsage ModelTransformUsage { get; }
Property Value
Type | Description |
---|---|
ModelTransformUsage |
Methods
Update()
void Update()