C# Class FShader, FutilePrototyper

ファイルを表示 Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Properties

Property Type Description
Additive FShader,
AdditiveColor FShader,
Normal FShader
Solid FShader
SolidColored FShader
defaultShader FShader
index int
name string
shader Shader

Public Methods

Method Description
CreateShader ( string shaderShortName, Shader shader ) : FShader
Init ( ) : void

Private Methods

Method Description
FShader ( ) : System
FShader ( string name, Shader shader, int index ) : System

Method Details

CreateShader() public static method

public static CreateShader ( string shaderShortName, Shader shader ) : FShader
shaderShortName string
shader Shader
return FShader

Init() public static method

public static Init ( ) : void
return void

Property Details

Additive public_oe static_oe property

public static FShader, Additive
return FShader,

AdditiveColor public_oe static_oe property

public static FShader, AdditiveColor
return FShader,

Normal public_oe static_oe property

public static FShader Normal
return FShader

Solid public_oe static_oe property

public static FShader Solid
return FShader

SolidColored public_oe static_oe property

public static FShader SolidColored
return FShader

defaultShader public_oe static_oe property

public static FShader defaultShader
return FShader

index public_oe property

public int index
return int

name public_oe property

public string name
return string

shader public_oe property

public Shader shader
return Shader