C# 클래스 a.spritestudio.SpritePart

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: cfm-art/SpriteStudioPlayerForUGUI 1 사용 예제들

공개 메소드들

메소드 설명
AddKey ( int frame, AttributeBase attribute ) : void

キーフレームの追加

GetKeyFrames ( ) : a.spritestudio.KeyFrame[]

キーフレームセットの取得

SetCellMap ( int index, int mapIndex ) : void

セルマップの指定

SetFrame ( int frame ) : void

キーフレームの設定

SetKeyFrames ( KeyFrame frames ) : void

キーフレームセットの変更

Setup ( SpriteRoot root, types nodeType, Material material ) : void

初期化

TransformVertices ( Vector2 leftTop, Vector2 rightTop, Vector2 leftBottom, Vector2 rightBottom ) : void

頂点変換

UpdateTexCoordS ( float value ) : void

UV更新

UpdateTexCoordT ( float value ) : void

UV更新

UpdateTexCoordU ( float value ) : void

UV更新

UpdateTexCoordV ( float value ) : void

UV更新

비공개 메소드들

메소드 설명
CopyTransform ( RectTransform from, RectTransform to ) : void

Transformをコピー

LateUpdate ( ) : void

Transformの更新

SetupVertices ( ) : void

頂点バッファ生成

Start ( ) : void

GOの初期化時

Update ( ) : void

更新

UpdateTransform ( ) : void

Transformの更新

메소드 상세

AddKey() 공개 메소드

キーフレームの追加
public AddKey ( int frame, AttributeBase attribute ) : void
frame int
attribute a.spritestudio.attribute.AttributeBase
리턴 void

GetKeyFrames() 공개 메소드

キーフレームセットの取得
public GetKeyFrames ( ) : a.spritestudio.KeyFrame[]
리턴 a.spritestudio.KeyFrame[]

SetCellMap() 공개 메소드

セルマップの指定
public SetCellMap ( int index, int mapIndex ) : void
index int
mapIndex int
리턴 void

SetFrame() 공개 메소드

キーフレームの設定
public SetFrame ( int frame ) : void
frame int
리턴 void

SetKeyFrames() 공개 메소드

キーフレームセットの変更
public SetKeyFrames ( KeyFrame frames ) : void
frames KeyFrame
리턴 void

Setup() 공개 메소드

初期化
public Setup ( SpriteRoot root, types nodeType, Material material ) : void
root SpriteRoot
nodeType types
material UnityEngine.Material
리턴 void

TransformVertices() 공개 메소드

頂点変換
public TransformVertices ( Vector2 leftTop, Vector2 rightTop, Vector2 leftBottom, Vector2 rightBottom ) : void
leftTop UnityEngine.Vector2
rightTop UnityEngine.Vector2
leftBottom UnityEngine.Vector2
rightBottom UnityEngine.Vector2
리턴 void

UpdateTexCoordS() 공개 메소드

UV更新
public UpdateTexCoordS ( float value ) : void
value float
리턴 void

UpdateTexCoordT() 공개 메소드

UV更新
public UpdateTexCoordT ( float value ) : void
value float
리턴 void

UpdateTexCoordU() 공개 메소드

UV更新
public UpdateTexCoordU ( float value ) : void
value float
리턴 void

UpdateTexCoordV() 공개 메소드

UV更新
public UpdateTexCoordV ( float value ) : void
value float
리턴 void