InstancingUserBuffer Class
Namespace: Stride.EngineAssembly: Stride.Engine.dll
System.Object →
InstancingUserBuffer
Derived from InstancingUserBuffer:
[DataContract("InstancingUserBuffer")]
[Display("UserBuffer", null)]
public class InstancingUserBuffer : IInstancing
Name | Description | |
---|---|---|
Fields | ||
InstanceWorldBuffer | ||
InstanceWorldInverseBuffer | ||
Properties | ||
BoundingBox | The bounding box of the world matrices, updated automatically by the |
|
InstanceCount | The instance count |
|
ModelTransformUsage | ||
Methods | ||
Update() |
Fields
InstanceWorldBuffer
public Buffer InstanceWorldBuffer
Field Value
Type | Description |
---|---|
Buffer |
InstanceWorldInverseBuffer
public Buffer InstanceWorldInverseBuffer
Field Value
Type | Description |
---|---|
Buffer |
Properties
BoundingBox
The bounding box of the world matrices, updated automatically by the
public virtual BoundingBox BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
BoundingBox |
InstanceCount
The instance count
public virtual int InstanceCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ModelTransformUsage
[DataMember(10)]
[Display("Model Transformation Usage", null)]
public virtual ModelTransformUsage ModelTransformUsage { get; set; }
Property Value
Type | Description |
---|---|
ModelTransformUsage |
Methods
Update()
public void Update()