docs.unity3d.com
    目次を表示する/隠す

    Struct SpriteMesh

    Data structure that represents a Sprite's mesh.

    Namespace: Unity.Tiny
    Syntax
    public struct SpriteMesh

    Fields

    Bounds

    Mesh bounds.

    Declaration
    public AABB Bounds
    Field Value
    Type Description
    AABB

    -

    Indices

    Array holding all index data of the mesh.

    Declaration
    public BlobArray<ushort> Indices
    Field Value
    Type Description
    BlobArray<UInt16>

    -

    Vertices

    Array holding all vertex data of the mesh.

    Declaration
    public BlobArray<SpriteVertex> Vertices
    Field Value
    Type Description
    BlobArray<SpriteVertex>

    -

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)