ISubMap Class Reference

Class Description

Provides access to the sub-textures of a MtlBase.
+ Inheritance diagram for ISubMap:

Public Member Functions

def GetMapSlotType
 
def GetNumSubTexmaps
 
def GetRefTarget
 
def GetSubTexmap
 
def GetSubTexmapSlotName
 
def GetSubTexmapTVName
 
def IsSubTexmapOn
 
def SetSubTexmap
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr
 

Static Public Attributes

tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from Wrapper
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def GetMapSlotType (   self,
  args 
)
GetMapSlotType(ISubMap self, int i) -> int
def GetNumSubTexmaps (   self)
GetNumSubTexmaps(ISubMap self) -> int
def GetRefTarget (   self)
GetRefTarget(ISubMap self) -> ReferenceTarget
def GetSubTexmap (   self,
  args 
)
GetSubTexmap(ISubMap self, int i) -> Texmap
def GetSubTexmapSlotName (   self,
  args 
)
GetSubTexmapSlotName(ISubMap self, int i) -> WStr
def GetSubTexmapTVName (   self,
  args 
)
GetSubTexmapTVName(ISubMap self, int i) -> WStr
def IsSubTexmapOn (   self,
  args 
)
IsSubTexmapOn(ISubMap self, int i) -> bool
def SetSubTexmap (   self,
  args 
)
SetSubTexmap(ISubMap self, int i, Texmap m)