C# Class Axiom.SceneManagers.Bsp.BspOptions

Datei anzeigen Open project: mono-soc-2011/axiom Class Usage Examples

Public Properties

Property Type Description
ambientEnabled bool
ambientRatio float
move Vector3
scale float
setYAxisUp bool
useLightmaps bool

Public Methods

Method Description
BspOptions ( ) : System

Method Details

BspOptions() public method

public BspOptions ( ) : System
return System

Property Details

ambientEnabled public_oe property

public bool ambientEnabled
return bool

ambientRatio public_oe property

public float ambientRatio
return float

move public_oe property

public Vector3 move
return Vector3

scale public_oe property

public float scale
return float

setYAxisUp public_oe property

public bool setYAxisUp
return bool

useLightmaps public_oe property

public bool useLightmaps
return bool