Difference between revisions of "IC8 Python API:RLPy RISky"

From Reallusion Wiki!
Jump to: navigation, search
(Created page with "{{TOC}} {{Parent|IC_8_Python_API:Modules|iC8 Modules}} {{Modified}} ==Description== Missing description. ==Class Methods== ===RLPy.RISky.GetMaterialComponent(self)=== Get...")
 
m
 
Line 20: Line 20:
  
 
===RLPy.RISky.IsVisible(self, kTime )===
 
===RLPy.RISky.IsVisible(self, kTime )===
Check if prop is visible.
+
Check if the prop is visible.
  
 
<span style="background:orange; color:white"><b>Experimental API</b></span>
 
<span style="background:orange; color:white"><b>Experimental API</b></span>
Line 28: Line 28:
  
 
====Returns====
 
====Returns====
Boolvalue true if prop is visible; otherwise false.
+
Bool value true if prop is visible; otherwise false.
  
 
<syntaxhighlight lang="python" line>
 
<syntaxhighlight lang="python" line>
Line 35: Line 35:
  
 
===RLPy.RISky.SetVisible(self, kTime, bVisible )===
 
===RLPy.RISky.SetVisible(self, kTime, bVisible )===
Experimental Function)Set visible status
+
Sets the visible status.
  
 
====Parameters====
 
====Parameters====

Latest revision as of 23:02, 19 February 2023

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 the prop is visible.

Experimental API

Parameters

kTime[IN] Specifies the time to check if prop is visible - RLPy.RLTime

Returns

Bool value true if prop is visible; otherwise false.

1 # No example

RLPy.RISky.SetVisible(self, kTime, bVisible )

Sets the 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