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
Afficher le fichier Open project: xen2/stride

Méthodes publiques

Méthode 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 méthode

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

ShaderRootClassType() public méthode

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