IC8 Python API:RLPy RAttribute

From Reallusion Wiki!
Revision as of 21:06, 5 February 2023 by Chuck (RL) (Talk | contribs) (Created page with "{{TOC}} {{Parent|IC_8_Python_API:Modules|iC8 Modules}} {{Modified}} ==Description== This class is used to store the attribute of a datablock. ==Class Methods== ===RLPy.RA...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Main article: iC8 Modules.
Last modified: 02/5/2023

Description

This class is used to store the attribute of a datablock.

Class Methods

RLPy.RAttribute.GetFlag(self)

Get attribute flag.

Returns

attribute flag - RLPy.EAttributeFlag

1 # No example

RLPy.RAttribute.GetName(self)

Get attribute name.

Returns

attribute name - string

1 # No example

RLPy.RAttribute.GetType(self)

Get attribute type.

Returns

attribute type - RLPy.EAttributeType

1 # No example

RLPy.RAttribute.SetFlag(self, eFlag )

Set attribute flag.

Parameters

eFlag[IN] attribute flag - RLPy.EAttributeFlag
1 # No example

RLPy.RAttribute.SetName(self, strName )

Set attribute name.

Parameters

strName[IN] attribute name - string
1 # No example

RLPy.RAttribute.SetType(self, eType )

Set attribute type.

Parameters

eType[IN] attribute type - RLPy.EAttributeType
1 # No example