Difference between revisions of "IC Python API:RLPy RIBase"
From Reallusion Wiki!
Chuck (RL) (Talk | contribs) (Created page with "{{TOC}} {{Parent|IC_Python_API:RL_Python_Modules|Modules}}== Detailed Description == This class is the base class of components in the scene. The class provides a method to de...") |
Chuck (RL) (Talk | contribs) m |
||
Line 1: | Line 1: | ||
{{TOC}} | {{TOC}} | ||
− | {{Parent|IC_Python_API:RL_Python_Modules|Modules}}== Detailed Description == | + | {{Parent|IC_Python_API:RL_Python_Modules|Modules}} |
+ | == Detailed Description == | ||
This class is the base class of components in the scene. | This class is the base class of components in the scene. | ||
The class provides a method to determine the component is available or not. | The class provides a method to determine the component is available or not. |
Revision as of 01:24, 27 March 2019
- Main article: Modules.
Detailed Description
This class is the base class of components in the scene. The class provides a method to determine the component is available or not.
Member Functions
IsValid
RLPy.RIBase.IsValid ( self )
Is valid or not.
Returns
Valid or not - bool