ISubMap Class Reference

Class Description

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

Public Member Functions

def GetMapSlotType (self, args)
 
def GetNumSubTexmaps (self)
 
def GetRefTarget (self)
 
def GetSubTexmap (self, args)
 
def GetSubTexmapSlotName (self, args)
 
def GetSubTexmapTVName (self, args)
 
def IsSubTexmapOn (self, args)
 
def SetSubTexmap (self, args)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

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)