INNER CODE UNIT · Python

TextActor

fury-gl/fury · fury/actor/core.py:167

class TextActor(gfx.Text, Actor):
    """Text actor class."""


Text = TextActor


class ImageActor(gfx.Image, Actor):
    """Image actor class."""


Image = ImageActor


class Volume(gfx.Volume, Actor):
    """Volume actor class."""

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…