class Shader

in global :: Sandbox

A shader is a specialized and complex computer program that use world geometry, materials and textures to render graphics.


public static Shader Load( string filename )

Load a shader by file path.

  • filename The file path to load as a shader.
  • Returns The loaded shader, or null

public int ResourceId { get; }

😔 No documentation found.

public string ResourcePath { get; }

😔 No documentation found.

public string ResourceName { get; }

😔 No documentation found.

public bool IsValid { get; }

😔 No documentation found.

public bool HasUnsavedChanges { get; }

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public void StateHasChanged( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.