C# 클래스 exSpriteUtility, ex2d-v1

파일 보기 프로젝트 열기: exdev/ex2d-v1

공개 메소드들

메소드 설명
Build ( this _sprite, Texture2D _texture = null ) : void
Rebuild ( this _sprite ) : void
RecursivelyNormalizeScale ( this _trans ) : void

비공개 메소드들

메소드 설명
CreateSpriteObject ( ) : void

메소드 상세

Build() 공개 정적인 메소드

public static Build ( this _sprite, Texture2D _texture = null ) : void
_sprite this
_texture UnityEngine.Texture2D
리턴 void

Rebuild() 공개 정적인 메소드

public static Rebuild ( this _sprite ) : void
_sprite this
리턴 void

RecursivelyNormalizeScale() 공개 정적인 메소드

public static RecursivelyNormalizeScale ( this _trans ) : void
_trans this
리턴 void