Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

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

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.