|
height(...)
the class for an editable number that can take a range of
values |
|
|
|
color(...)
the class for an editable color |
|
|
|
test_string(...)
the class for an editable string on an asset |
|
|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
|
|
|
char(self,
char_index,
font_size=None) |
|
|
|
char_width(self,
char_index,
font_size=None) |
|
|
|
char_height(self,
char_index,
font_size=None) |
|
|
|
char_size(self,
char_index,
font_size=None) |
|
|
|
typeout(self,
text,
display,
position) |
|
|
|
filter_surface(self,
surface,
hotspot) |
|
|
|
|
|
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__
|