IC8 Python API:RLPy RReachKey
From Reallusion Wiki!
Revision as of 22:07, 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.RReachKey.GetForceReach(self)=== Get Rea...")
Contents
- 1 Description
- 2 Class Methods
- 2.1 RLPy.RReachKey.GetForceReach(self)
- 2.2 RLPy.RReachKey.GetKeyType(self)
- 2.3 RLPy.RReachKey.GetRotationActive(self)
- 2.4 RLPy.RReachKey.GetTargetObject(self)
- 2.5 RLPy.RReachKey.GetTime(self)
- 2.6 RLPy.RReachKey.GetTransitionRange(self)
- 2.7 RLPy.RReachKey.SetForceReach(self, bPull )
- 2.8 RLPy.RReachKey.SetKeyType(self, eKeyType )
- 2.9 RLPy.RReachKey.SetRotationActive(self, bRotateActive )
- 2.10 RLPy.RReachKey.SetTargetObject(self, hTargetObject )
- 2.11 RLPy.RReachKey.SetTime(self, kTime )
- 2.12 RLPy.RReachKey.SetTransitionRange(self, kForwardTransitionRange )
- Main article: iC8 Modules.
- Last modified: 02/19/2023
Description
Missing description.
Class Methods
RLPy.RReachKey.GetForceReach(self)
Get Reach Mode: Reach Object of the key.
Returns
flag of Reach Mode: Reach Object - bool
1 # No example
RLPy.RReachKey.GetKeyType(self)
Get ReachKeyType of the key.
Returns
ReachKeyType of the key - RLPy.ReachKeyType
- RLPy.Target
- RLPy.Lock
- RLPy.Release
1 # No example
RLPy.RReachKey.GetRotationActive(self)
Get Reach Mode: Rotation of the key.
Returns
flag of Reach Mode: Rotation - bool
1 # No example
RLPy.RReachKey.GetTargetObject(self)
Get TargetObject of the key.
Returns
TargetObject of the key - RLPy.RIObject
1 # No example
RLPy.RReachKey.GetTime(self)
Get Time of the key.
Returns
Time of the key - RLPy.RLTime
1 # No example
RLPy.RReachKey.GetTransitionRange(self)
Get TransitionRange of the key.
Returns
TransitionRange of the key - RLPy.RLTime
1 # No example
RLPy.RReachKey.SetForceReach(self, bPull )
Set Reach Mode: Reach Object of the key.
Parameters
- bRotateActive[IN] flag of Reach Mode: Reach Object.
1 # No example
RLPy.RReachKey.SetKeyType(self, eKeyType )
Set ReachKeyType of the key.
Parameters
- eKeyType[IN] ReachKeyType of the key - RLPy.ReachKeyType
- RLPy.Target
- RLPy.Lock
- RLPy.Release
1 # No example
RLPy.RReachKey.SetRotationActive(self, bRotateActive )
Set Reach Mode: Rotation of the key.
Parameters
- bRotateActive[IN] flag of Reach Mode: Rotation - bool
1 # No example
RLPy.RReachKey.SetTargetObject(self, hTargetObject )
Set TargetObject of the key.
Parameters
- hTargetObject[IN] TargetObject of the key - RLPy.RIObject
1 # No example
RLPy.RReachKey.SetTime(self, kTime )
Set time of the key.
Parameters
- kTime[IN] Time of the key - RLPy.RLTime
1 # No example
RLPy.RReachKey.SetTransitionRange(self, kForwardTransitionRange )
Set TransitionRange of the key.
Parameters
- kForwardTransitionRange[IN] TransitionRange of the key - RLPy.RLTime
1 # No example