C# Class Axiom.SceneManagers.PortalConnected.LightInfo

Datei anzeigen 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_oe property

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

position public_oe property

public Vector3 position
return Vector3

range public_oe property

public Real range
return Real

type public_oe property

public int type
return int