C# Class FShader, FutilePrototyper

Afficher le fichier Open project: wtrebella/FutilePrototyper Class Usage Examples

Méthodes publiques

Свойство Type Description
Additive FShader,
AdditiveColor FShader,
Normal FShader
Solid FShader
SolidColored FShader
defaultShader FShader
index int
name string
shader Shader

Méthodes publiques

Méthode Description
CreateShader ( string shaderShortName, Shader shader ) : FShader
Init ( ) : void

Private Methods

Méthode Description
FShader ( ) : System
FShader ( string name, Shader shader, int index ) : System

Method Details

CreateShader() public static méthode

public static CreateShader ( string shaderShortName, Shader shader ) : FShader
shaderShortName string
shader Shader
Résultat FShader

Init() public static méthode

public static Init ( ) : void
Résultat void

Property Details

Additive public_oe static_oe property

public static FShader, Additive
Résultat FShader,

AdditiveColor public_oe static_oe property

public static FShader, AdditiveColor
Résultat FShader,

Normal public_oe static_oe property

public static FShader Normal
Résultat FShader

Solid public_oe static_oe property

public static FShader Solid
Résultat FShader

SolidColored public_oe static_oe property

public static FShader SolidColored
Résultat FShader

defaultShader public_oe static_oe property

public static FShader defaultShader
Résultat FShader

index public_oe property

public int index
Résultat int

name public_oe property

public string name
Résultat string

shader public_oe property

public Shader shader
Résultat Shader