C# 클래스 a.spritestudio.attribute.UserDataNotifier

ユーザー定義情報の通知
파일 보기 프로젝트 열기: cfm-art/SpriteStudioPlayerForUGUI

공개 메소드들

메소드 설명
Create ( int integer, float point, float rect, string message ) : AttributeBase

OnUpdate ( SpritePart part, AttributeBase attribute ) : void

処理

메소드 상세

Create() 공개 정적인 메소드

public static Create ( int integer, float point, float rect, string message ) : AttributeBase
integer int
point float
rect float
message string
리턴 AttributeBase

OnUpdate() 공개 정적인 메소드

処理
public static OnUpdate ( SpritePart part, AttributeBase attribute ) : void
part SpritePart
attribute AttributeBase
리턴 void