C# Class Axiom.SceneManagers.Bsp.BspOptions

Show file 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 property

public bool ambientEnabled
return bool

ambientRatio public property

public float ambientRatio
return float

move public property

public Vector3 move
return Vector3

scale public property

public float scale
return float

setYAxisUp public property

public bool setYAxisUp
return bool

useLightmaps public property

public bool useLightmaps
return bool