Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Sprite.Create(Texture2D,Rect,Vector2,float)

Switch to Manual

Parameters

textureTexture from which to obtain the sprite graphic.
rectRectangular section of the texture to use for the sprite.
pivotSprite's pivot point relative to its graphic rectangle.
pixelsToUnitsScaling to map pixels in the image to world space units.

Description

Create a new Sprite object.

See Also: SpriteRenderer class.