Skip to content

F3DTexture

Stanislav Podolia edited this page Jun 30, 2020 · 1 revision

Flow Wiki

F3DTexture

  • F3DTextureLoader

    • url : string
    • onLoad : () -> void
    • enabled : Transform<bool>
    • parameters : [ KeyValue ]
  • F3DTexturesLoader
    Picks one or other depending on supported by device format

    • image : string
    • dds : string
    • pvr : string
    • onLoad : () -> void
    • enabled : Transform<bool>
    • parameters : [ KeyValue ]
  • F3DCubeTextureLoader

    • px : string
    • nx : string
    • py : string
    • ny : string
    • pz : string
    • nz : string
    • onLoad : () -> void
    • parameters : [ KeyValue ]
  • F3DDataTexture

    • data : [ int ]
    • width : int
    • height : int
    • parameters : [ KeyValue ]
  • F3DFFormTexture

    • fform : FForm
    • parameters : [ KeyValue ]
  • F3DTextureRotation

  • F3DTextureOffset

  • F3DTextureMutable

  • F3DTextureConstruct

    • constructors : [ () -> () -> void ]
    • texture : F3DTexture
Clone this wiki locally