C# Class Axiom.RenderSystems.Xna.XnaMaterial

Inheritance: Axiom.Graphics.Material
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
XnaMaterial ( ResourceManager parent, string name, System.UInt64 handle, string group ) : System
XnaMaterial ( ResourceManager parent, string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader ) : System

Method Details

XnaMaterial() public method

public XnaMaterial ( ResourceManager parent, string name, System.UInt64 handle, string group ) : System
parent Axiom.Core.ResourceManager
name string
handle System.UInt64
group string
return System

XnaMaterial() public method

public XnaMaterial ( ResourceManager parent, string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader ) : System
parent Axiom.Core.ResourceManager
name string
handle System.UInt64
group string
isManual bool
loader IManualResourceLoader
return System