IC8 Python API:RLPy RAttribute
From Reallusion Wiki!
- Main article: iC8 Modules.
- Last modified: 02/5/2023
Description
This class is used to store the attribute of a datablock.
Class Methods
RLPy.RAttribute.GetFlag(self)
Get attribute flag.
Returns
attribute flag - RLPy.EAttributeFlag
1 # No example
RLPy.RAttribute.GetName(self)
Get attribute name.
Returns
attribute name - string
1 # No example
RLPy.RAttribute.GetType(self)
Get attribute type.
Returns
attribute type - RLPy.EAttributeType
1 # No example
RLPy.RAttribute.SetFlag(self, eFlag )
Set attribute flag.
Parameters
- eFlag[IN] attribute flag - RLPy.EAttributeFlag
1 # No example
RLPy.RAttribute.SetName(self, strName )
Set attribute name.
Parameters
- strName[IN] attribute name - string
1 # No example
RLPy.RAttribute.SetType(self, eType )
Set attribute type.
Parameters
- eType[IN] attribute type - RLPy.EAttributeType
1 # No example