ITexture2D Interface Methods

For a list of all members of this type, see ITexture2D members.

Public Methods
 NameDescription
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodSets int[] pixel data on the Texture. Assumes TextureFormats.Bgra8  
 MethodSets int[] pixel data on the Texture. Assumes TextureFormats.Bgra8  
Top
Extension Methods
 NameDescription
Public Extension Method Checks for null and if not null, calls Dispose
Top
See Also