WindowsSceneUnderstandingObserver.InstantiationBatchRate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Number of meshes to generate per frame. Throttled to keep framerate under control.
public:
property int InstantiationBatchRate { int get(); void set(int value); };
public int InstantiationBatchRate { get; set; }
member this.InstantiationBatchRate : int with get, set
Public Property InstantiationBatchRate As Integer