csc.tools.DataKey¶
- class csc.tools.DataKey¶
Represents a data key used in Cascadeur to manage object key and data name.
- Parameters:
object_key (csc.tools.rigging_mode.ObjectKey) – Object key
data_name (str) – Data name
- __init__(self: csc.tools.DataKey) None¶
Methods
__init__(self)Attributes
- __annotations__ = {}¶
- __eq__(self: csc.tools.DataKey, arg0: csc.tools.DataKey) bool¶
- __hash__(self: csc.tools.DataKey) int¶
- __init__(self: csc.tools.DataKey) None¶
- __module__ = 'csc.tools'¶
- __ne__(self: csc.tools.DataKey, arg0: csc.tools.DataKey) bool¶
- property data_name¶
- property object_key¶