| Method | Defined By | ||
|---|---|---|---|
GetConstants():Array [static] | ELightType | ||
ParseConstant(i_constantName:String, i_caseSensitive:Boolean = false):ELightType [static] | ELightType | ||
![]() | toString():String | Enum | |
| Constant | Defined By | ||
|---|---|---|---|
| DIRECTIONAL : ELightType [static] | ELightType | ||
| POINT : ELightType [static] | ELightType | ||
| SPOT : ELightType [static] | ELightType | ||
| GetConstants | () | method |
public static function GetConstants():ArrayReturnsArray |
| ParseConstant | () | method |
public static function ParseConstant(i_constantName:String, i_caseSensitive:Boolean = false):ELightTypeParameters
i_constantName:String | |
i_caseSensitive:Boolean (default = false) |
ELightType |
| DIRECTIONAL | Constant |
public static const DIRECTIONAL:ELightType| POINT | Constant |
public static const POINT:ELightType| SPOT | Constant |
public static const SPOT:ELightType