C# Class FlatRedBall.ContentExtensions.Loaders.EncryptedTextureLoader

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
LoadEncryptedPng ( string aesEncryptedFileName, string aesKey, string aesInitialVector, Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice ) : Microsoft.Xna.Framework.Graphics.Texture2D

Method Details

LoadEncryptedPng() public méthode

public LoadEncryptedPng ( string aesEncryptedFileName, string aesKey, string aesInitialVector, Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice ) : Microsoft.Xna.Framework.Graphics.Texture2D
aesEncryptedFileName string
aesKey string
aesInitialVector string
graphicsDevice Microsoft.Xna.Framework.Graphics.GraphicsDevice
Résultat Microsoft.Xna.Framework.Graphics.Texture2D