C# Class Reign.Video.XNA.IndexBuffer

Inheritance: IndexBufferI
Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
IndexBuffer ( DisposableI parent, BufferUsages bufferUsage, int indices ) : System
New ( DisposableI parent, BufferUsages usage, int indices ) : IndexBuffer
Update ( int indices, int updateCount ) : void

Private Methods

Méthode Description
enable ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IndexBuffer() public méthode

public IndexBuffer ( DisposableI parent, BufferUsages bufferUsage, int indices ) : System
parent DisposableI
bufferUsage BufferUsages
indices int
Résultat System

New() public static méthode

public static New ( DisposableI parent, BufferUsages usage, int indices ) : IndexBuffer
parent DisposableI
usage BufferUsages
indices int
Résultat IndexBuffer

Update() public méthode

public Update ( int indices, int updateCount ) : void
indices int
updateCount int
Résultat void