C# Class Xenko.Core.Shaders.Ast.Xenko.ShaderRootClassType

Shader Class that supports adding mixin class to its base classes.
Inheritance: Xenko.Core.Shaders.Ast.Xenko.ShaderClassType
ファイルを表示 Open project: xen2/stride

Public Methods

Method Description
ShaderRootClassType ( )

Initializes a new instance of the ShaderRootClassType class.

ShaderRootClassType ( string name )

Initializes a new instance of the ShaderRootClassType class.

Method Details

ShaderRootClassType() public method

Initializes a new instance of the ShaderRootClassType class.
public ShaderRootClassType ( )

ShaderRootClassType() public method

Initializes a new instance of the ShaderRootClassType class.
public ShaderRootClassType ( string name )
name string The name.