Static variables

@:value(0)staticfinalinlineread onlyRIGHT:Int = 0

Positive X side of the cubemap

@:value(1)staticfinalinlineread onlyLEFT:Int = 1

Negative X side of the cubemap

@:value(2)staticfinalinlineread onlyTOP:Int = 2

Positive Y side of the cubemap

@:value(3)staticfinalinlineread onlyBOTTOM:Int = 3

Negative Y side of the cubemap

@:value(4)staticfinalinlineread onlyBACK:Int = 4

Positive Z side of the cubemap

@:value(5)staticfinalinlineread onlyFRONT:Int = 5

Negative Z side of the cubemap

Static methods

@:fromstaticfromString(side:String):FoxCubemapSide

@:tostatictoString(side:FoxCubemapSide):String