Show / Hide Table of Contents

Interface IInstanceDataImp

Platform abstraction for instance data implementations. These must be able to store the references to the instance buffer objects.

Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public interface IInstanceDataImp

Properties

Amount

The number of instances that will be rendered.

Declaration
int Amount { get; set; }
Property Value
Type Description
System.Int32
Generated by DocFX
GitHub Repo
Back to top