C# Class idTech4.Renderer.MaterialInfoParameter

显示文件 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_oe property

public bool ClearSolid
return bool

ContentFlags public_oe property

public ContentFlags ContentFlags
return ContentFlags

Name public_oe property

public string Name
return string

SurfaceFlags public_oe property

public SurfaceFlags SurfaceFlags
return SurfaceFlags