Texture.Content

Texture.Content property

Gets or sets the binary content of the texture. The embedded texture content is optional, user should load texture from external file if this is missing.

public byte[] Content { get; set; }

See Also