MaxPlus Python API Reference
ISubMap Class Reference
+ 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

 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
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

Provides access to the sub-textures of a MtlBase.

Member Function Documentation

◆ GetMapSlotType()

def GetMapSlotType (   self,
args 
)
GetMapSlotType(ISubMap self, int i) -> int

◆ GetNumSubTexmaps()

def GetNumSubTexmaps (   self)
GetNumSubTexmaps(ISubMap self) -> int

◆ GetRefTarget()

def GetRefTarget (   self)
GetRefTarget(ISubMap self) -> ReferenceTarget

◆ GetSubTexmap()

def GetSubTexmap (   self,
args 
)
GetSubTexmap(ISubMap self, int i) -> Texmap

◆ GetSubTexmapSlotName()

def GetSubTexmapSlotName (   self,
args 
)
GetSubTexmapSlotName(ISubMap self, int i) -> WStr

◆ GetSubTexmapTVName()

def GetSubTexmapTVName (   self,
args 
)
GetSubTexmapTVName(ISubMap self, int i) -> WStr

◆ IsSubTexmapOn()

def IsSubTexmapOn (   self,
args 
)
IsSubTexmapOn(ISubMap self, int i) -> bool

◆ SetSubTexmap()

def SetSubTexmap (   self,
args 
)
SetSubTexmap(ISubMap self, int i, Texmap m)