Type alias BitmapTextObjectDataType
BitmapTextObjectDataType: {
content: {
align: "left" | "center" | "right";
bitmapFontResourceName: string;
opacity: float;
scale: float;
text: string;
textureAtlasResourceName: string;
tint: string;
verticalTextAlignment: "top" | "center" | "bottom";
wrappingWidth: float;
};
}
Type declaration
content: {
align: "left" | "center" | "right";
bitmapFontResourceName: string;
opacity: float;
scale: float;
text: string;
textureAtlasResourceName: string;
tint: string;
verticalTextAlignment: "top" | "center" | "bottom";
wrappingWidth: float;
}
align: "left" | "center" | "right"
bitmapFontResourceName: string
opacity: float
scale: float
text: string
textureAtlasResourceName: string
tint: string
verticalTextAlignment: "top" | "center" | "bottom"
wrappingWidth: float
Base parameters for gdjs.BitmapTextRuntimeObject