Role
class Role(var parent: ParentResource, name: String) : AbstractParentResource, ResolvableResource, AppearanceResource
Properties
Link copied to clipboard
Arbitrary attributes, specific to your game.
Link copied to clipboard
The qualified class name of the behaviour.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The name of the stage this Role is usually placed on. When picking and placing, it will place it on the appropriate stage (if found).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Pose and Graphic return themselves. NinePatch returns a NinePatchAppearance.
Link copied to clipboard
Creates an Appearance with the same tint. Also, if the new appearances is StretchableAppearance then it will have the same bounds as the previous appearance.
Link copied to clipboard
Set the actor's appearance.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard