Свойство | Тип | Описание | |
---|---|---|---|
getEmbeddedResourceBytes | byte[] | ||
getMonoGameEmbeddedResourceBytes | byte[] |
Метод | Описание | |
---|---|---|
getFileResourceBytes ( string path ) : byte[] |
fetches the raw byte data of a file from the Content folder. Used to keep the Effect subclass code simple and clean due to the Effect constructor requiring the byte[].
|
Метод | Описание | |
---|---|---|
getEmbeddedResourceBytes ( string name ) : byte[] |
gets the raw byte[] from an EmbeddedResource
|
|
getMonoGameEmbeddedResourceBytes ( string name ) : byte[] |
public static getFileResourceBytes ( string path ) : byte[] | ||
path | string | Path. |
Результат | byte[] |