Version: 2021.1
言語: 日本語
public SpriteMeshType spriteMeshType ;

説明

SpriteMeshType defines the type of Mesh that TextureImporter generates for a Sprite.

When SpriteMeshType.FullRect is specified, it will generate a rectangle Mesh equal to the user specified Sprite size.

When SpriteMeshType.Tight is specified, it will generate a tight Mesh based on pixel alpha values.