C# Class idTech4.Renderer.MaterialInfoParameter

Show file Open project: iainmckay/idtech4.net

Public Properties

Property Type Description
ClearSolid bool
ContentFlags ContentFlags
Name string
SurfaceFlags SurfaceFlags

Public Methods

Method Description
MaterialInfoParameter ( string name, bool clearSolid, SurfaceFlags surfaceFlags, ContentFlags contentFlags ) : System

Method Details

MaterialInfoParameter() public method

public MaterialInfoParameter ( string name, bool clearSolid, SurfaceFlags surfaceFlags, ContentFlags contentFlags ) : System
name string
clearSolid bool
surfaceFlags SurfaceFlags
contentFlags ContentFlags
return System

Property Details

ClearSolid public property

public bool ClearSolid
return bool

ContentFlags public property

public ContentFlags ContentFlags
return ContentFlags

Name public property

public string Name
return string

SurfaceFlags public property

public SurfaceFlags SurfaceFlags
return SurfaceFlags