Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Axiom
SceneManagers
PortalConnected
LightInfo
C# Class Axiom.SceneManagers.PortalConnected.LightInfo
Mostra 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_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