C# Class Axiom.SceneManagers.PortalConnected.LightInfo

Show file Open project: mono-soc-2011/axiom

Public Properties

Property Type Description
light Axiom.Core.Light
position Vector3
range Real
type int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

light public property

public Light,Axiom.Core light
return Axiom.Core.Light

position public property

public Vector3 position
return Vector3

range public property

public Real range
return Real

type public property

public int type
return int