Condividi tramite


SCNBufferFrequency Enumerazione

Definizione

Enumera i valori che controllano se i gestori vengono richiamati per fotogramma, per nodo per frame o per nodo per ogni frame visualizzabile ombreggiato.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SCNBufferFrequency
type SCNBufferFrequency = 
Ereditarietà
SCNBufferFrequency
Attributi

Campi

Frame 0

Indica che i gestori vengono richiamati per fotogramma.

Node 1

ndicate che i gestori vengono richiamati per ogni nodo.

Shadable 2

ndicate che i gestori vengono richiamati per frame, nodo, materiale e geometria per lo shader.

Si applica a