IC Python API:RLPy RTransformKey

From Reallusion Wiki!
Revision as of 23:09, 8 April 2019 by Chuck (RL) (Talk | contribs) (Created page with "{{TOC}} {{Parent|IC_Python_API:RL_Python_Modules|Modules}} ==Inheritance== This class inherits public member functions from: *RLPy.RKey ==Detailed...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Main article: Modules.

Inheritance

This class inherits public member functions from:

Detailed Description

This class stores a transform key. It also stores animation related information such as transition type, transition strength, tangent type, etc.

Constructor & Destructors

__init__

RLPy.RTransformKey.__init__ ( self, args )

The copy constructor of the class. Initialize a new RTransformKey object with the values from another RTransformKey object.

Parameters

kRhs [IN] The target RTransformKey object - RLPy.RTransformKey

Member Functions

Clone

RLPy.RTransformKey.Clone ( self )

Clone RTransformKey object.

Returns

Pointer to the key - RLPy. RKey

GetTransform

RLPy.RTransformKey.GetTransform ( self )

Get transform of the key.

Returns

The transform of the key - RLPy.RTransformf

SetTransform

RLPy.RTransformKey.SetTransform ( self, kTransform )

Set transform of the key.

Parameters

kTransform [IN] The transform of the key - RLPy.RTransformf