C# 클래스 Spine.SkeletonBinary

파일 보기 프로젝트 열기: EsotericSoftware/spine-runtimes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TransformModeValues TransformMode[]

공개 메소드들

메소드 설명
GetVersionString ( Stream input ) : string

Returns the version string of binary skeleton data.

ReadSkeletonData ( Stream input ) : SkeletonData
ReadSkeletonData ( String path ) : SkeletonData
SkeletonBinary ( ) : System
SkeletonBinary ( AttachmentLoader attachmentLoader ) : System

비공개 메소드들

메소드 설명
ReadAnimation ( String name, Stream input, SkeletonData skeletonData ) : void
ReadAttachment ( Stream input, Spine.Skin skin, int slotIndex, String attachmentName, bool nonessential ) : Attachment
ReadBoolean ( Stream input ) : bool
ReadCurve ( Stream input, int frameIndex, CurveTimeline timeline ) : void
ReadFile ( string path ) : Task
ReadFloat ( Stream input ) : float
ReadFloatArray ( Stream input, int n, float scale ) : float[]
ReadFully ( Stream input, byte buffer, int offset, int length ) : void
ReadInt ( Stream input ) : int
ReadSByte ( Stream input ) : sbyte
ReadShortArray ( Stream input ) : int[]
ReadSkin ( Stream input, String skinName, bool nonessential ) : Spine.Skin
ReadString ( Stream input ) : string
ReadVarint ( Stream input, bool optimizePositive ) : int
ReadVertices ( Stream input, int vertexCount ) : Vertices

메소드 상세

GetVersionString() 공개 정적인 메소드

Returns the version string of binary skeleton data.
public static GetVersionString ( Stream input ) : string
input Stream
리턴 string

ReadSkeletonData() 공개 메소드

public ReadSkeletonData ( Stream input ) : SkeletonData
input Stream
리턴 SkeletonData

ReadSkeletonData() 공개 메소드

public ReadSkeletonData ( String path ) : SkeletonData
path String
리턴 SkeletonData

SkeletonBinary() 공개 메소드

public SkeletonBinary ( ) : System
리턴 System

SkeletonBinary() 공개 메소드

public SkeletonBinary ( AttachmentLoader attachmentLoader ) : System
attachmentLoader AttachmentLoader
리턴 System

프로퍼티 상세

TransformModeValues 공개적으로 정적으로 프로퍼티

public static TransformMode[] TransformModeValues
리턴 TransformMode[]