|
|
hotspotx_type(...)
the class for an editable number that can take a range of
values |
|
|
|
|
hotspoty_type(...)
the class for an editable number that can take a range of
values |
|
|
|
|
hotspot_offset(...)
the class for an editable 2d vector |
|
|
|
|
blend_mode(...)
the class for an editable number that can take a range of
values |
|
|
|
|
joints(...)
a reflected list of reflected somethings |
|
|
|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
|
|
|
|
|
|
|
|
|
|
|
|
|
| get_joint_offset(self,
joint_name) |
|
|
|
|
| compute_joint_pos(self,
joint_name,
pos,
angle) |
|
|
|
|
|
|
|
asset_set_property(self,
key,
value)
A function the editor calls to change a property the editor should
never edit an asset any other way |
|
|
|
Inherited from cheekpouches.AssetBase:
__getinitargs__,
__reduce__,
asset_get_properties,
asset_is_writable,
asset_lose_monitor,
asset_monitor_changes,
asset_report_property_change,
asset_save,
asset_set_path
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|