Show / Hide Table of Contents

Class SpriteEditorExtension

Inheritance
Object
SpriteEditorExtension
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Experimental.U2D
Assembly: UnityEditor.dll
Syntax
public static class SpriteEditorExtension

Methods

| Improve this Doc View Source

GetSpriteID(Sprite)

Declaration
public static GUID GetSpriteID(this Sprite sprite)
Parameters
Type Name Description
Sprite sprite
Returns
Type Description
GUID
| Improve this Doc View Source

SetSpriteID(Sprite, GUID)

Declaration
public static void SetSpriteID(this Sprite sprite, GUID guid)
Parameters
Type Name Description
Sprite sprite
GUID guid
  • Improve this Doc
  • View Source
Back to top Generated by DocFX