MCPcopy Create free account
hub / github.com/ad044/lainTSX / constructor

Method constructor

src/objects.ts:683–760  ·  view source on GitHub ↗
(
        textures: Texture,
        {
            scale_factor = 1,
            position = vec3(0, 0, 0),
            rotation = euler(0, 0, 0),
            opacity = 1,
            render_order = 0,
            depth_test = true,
            visible = true,
            initial_frame = 0,
            material_kind = Sprite3DMaterialKind.Basic,
            frame_count,
            rows,
            columns,
            color = 0xffffff,
        }: StaticSpritesheet3DParameters
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

vec3Function · 0.90
eulerFunction · 0.90
extract_frameFunction · 0.90
get_texture_atlasFunction · 0.90

Tested by

no test coverage detected