IC8 Python API:RLPy RReachKey

From Reallusion Wiki!
Revision as of 23: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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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