Package pyffi :: Package formats :: Package nif :: Class NifFormat :: Class TexType
[hide private]
[frames] | no frames]

Class TexType

source code

                         object --+            
                                  |            
             utils.graph.DetailNode --+        
                                      |        
      object_models.xml.basic.BasicBase --+    
                                          |    
                         object --+       |    
                                  |       |    
object_models.editable.EditableBase --+   |    
                                      |   |    
object_models.editable.EditableComboBox --+    
                                          |    
            object_models.xml.enum.EnumBase --+
                                              |
                                             NifFormat.TexType

The type of texture.
Nested Classes [hide private]

Inherited from object_models.xml.enum.EnumBase: __metaclass__

Instance Methods [hide private]

Inherited from object_models.xml.enum.EnumBase: __init__, __str__, get_detail_display, get_editor_keys, get_editor_value, get_hash, get_size, get_value, read, set_editor_value, set_value, write

Inherited from object_models.xml.basic.BasicBase: fix_links, get_links, get_refs, get_strings, replace_global_node

Inherited from utils.graph.DetailNode: get_detail_child_edge_types, get_detail_child_names, get_detail_child_nodes, get_detail_iterator

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  BASE_MAP = 0
  BUMP_MAP = 5
  DARK_MAP = 1
  DECAL_0_MAP = 8
  DECAL_1_MAP = 9
  DECAL_2_MAP = 10
  DECAL_3_MAP = 11
  DETAIL_MAP = 2
  GLOSS_MAP = 3
  GLOW_MAP = 4
  NORMAL_MAP = 6
  UNKNOWN2_MAP = 7
  _enumkeys = [u'BASE_MAP', u'DARK_MAP', u'DETAIL_MAP', u'GLOSS_...
  _enumvalues = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
  _max = 4294967295
  _numbytes = 4
  _struct = 'I'

Inherited from object_models.xml.enum.EnumBase (private): _min

Inherited from object_models.xml.basic.BasicBase: arg

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

_enumkeys

Value:
[u'BASE_MAP',
 u'DARK_MAP',
 u'DETAIL_MAP',
 u'GLOSS_MAP',
 u'GLOW_MAP',
 u'BUMP_MAP',
 u'NORMAL_MAP',
 u'UNKNOWN2_MAP',
...