No documentation available.
More...
Data and other attributes inherited from Boost.Python.instance: |
def | __new__ |
Detailed Description
No documentation available.
Method resolution order
MaterialHandle
Boost.Python.instance
builtin.object
Constructor & Destructor Documentation
def MaterialBase.MaterialHandle.__init__ |
( |
|
arg1 | ) |
|
- Returns
- Instance of type None
C++ signature :
void __init__(_object*)
C++ signature :
void __init__(_object*,int,int [,boost::array<char, 16ul>])
- Note
- Additional signature: init( (object)arg1, (int)arg2, (int)arg3 [, (Uuid)arg4]) -> None
Member Function Documentation
def MaterialBase.MaterialHandle.__dict__ |
( |
|
args | ) |
|
def MaterialBase.MaterialHandle.__new__ |
( |
|
args | ) |
|
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of Boost.Python.class object>
def MaterialBase.MaterialHandle.__reduce__ |
( |
|
args | ) |
|
__reduce__ = <unnamed Boost.Python function>(args)
def MaterialBase.MaterialHandle.__weakref__ |
( |
|
args | ) |
|
def MaterialBase.MaterialHandle.get_material_number |
( |
|
arg1 | ) |
|
- Returns
- Instance of type int
C++ signature :
int get_material_number(MaterialHandle {lvalue})
def MaterialBase.MaterialHandle.get_uuid |
( |
|
arg1 | ) |
|
- Returns
- Instance of type Uuid
C++ signature :
boost::array<char, 16ul> get_uuid(MaterialHandle {lvalue})
def MaterialBase.MaterialHandle.member_number |
( |
|
args | ) |
|
def MaterialBase.MaterialHandle.valid |
( |
|
arg1 | ) |
|
- Returns
- Instance of type bool
C++ signature :
bool valid(MaterialHandle {lvalue})
Member Data Documentation
int MaterialBase.MaterialHandle.__instance_size__ = 40 |
|
staticprivate |