C# Class Terraria.Graphics.TextureManager.LoadPair

Mostrar archivo Open project: EmuDevs/EDTerraria

Public Properties

Property Type Description
Path string
TextureRef Ref

Public Methods

Method Description
LoadPair ( string path, Ref textureRef ) : Microsoft.Xna.Framework.Graphics

Method Details

LoadPair() public method

public LoadPair ( string path, Ref textureRef ) : Microsoft.Xna.Framework.Graphics
path string
textureRef Ref
return Microsoft.Xna.Framework.Graphics

Property Details

Path public_oe property

public string Path
return string

TextureRef public_oe property

public Ref TextureRef
return Ref