IC8 Python API:RLPy RISky
From Reallusion Wiki!
Revision as of 22:01, 19 February 2023 by Chuck (RL) (Talk | contribs) (Created page with "{{TOC}} {{Parent|IC_8_Python_API:Modules|iC8 Modules}} {{Modified}} ==Description== Missing description. ==Class Methods== ===RLPy.RISky.GetMaterialComponent(self)=== Get...")
- Main article: iC8 Modules.
- Last modified: 02/19/2023
Description
Missing description.
Class Methods
RLPy.RISky.GetMaterialComponent(self)
Get material component of the object.
Returns
Pointer of the RIMaterialComponent object - RLPy.RIMaterialComponent
1 # No example
RLPy.RISky.IsVisible(self, kTime )
Check if prop is visible.
Experimental API
Parameters
- kTime[IN] Specifies the time to check if prop is visible - RLPy.RLTime
Returns
Boolvalue true if prop is visible; otherwise false.
1 # No example
RLPy.RISky.SetVisible(self, kTime, bVisible )
Experimental Function)Set visible status
Parameters
- kTime[IN] Specifies the time to set visible - RLPy.RLTime
- bVisible[IN] Visible status - bool
Returns
- RLPy.RStatus.Success - Succeed
- RLPy.RStatus.Failure - Fail
1 # No example