C# 클래스 Wxv.Swg.Common.Files.SkeletonExtensions

파일 보기 프로젝트 열기: wverkley/Swg.Explorer

공개 메소드들

메소드 설명
GlobalTransformMatrix ( this skeletonBone ) : Matrix
Indexes ( this skeleton ) : IEnumerable
IndexesAsString ( this skeleton, bool flipZ = false ) : string
LocalTransformMatrix ( this skeletonBone ) : Matrix
Position ( this skeletonBone, bool flipZ = false ) : Vector3
Positions ( this skeleton ) : IEnumerable
PositionsAsString ( this skeleton, bool flipZ = false ) : string
ToString ( this skeletonFile, TextWriter writer ) : void
ToString ( this skeletonBone, TextWriter writer, bool flipZ = false ) : void

메소드 상세

GlobalTransformMatrix() 공개 정적인 메소드

public static GlobalTransformMatrix ( this skeletonBone ) : Matrix
skeletonBone this
리턴 Matrix

Indexes() 공개 정적인 메소드

public static Indexes ( this skeleton ) : IEnumerable
skeleton this
리턴 IEnumerable

IndexesAsString() 공개 정적인 메소드

public static IndexesAsString ( this skeleton, bool flipZ = false ) : string
skeleton this
flipZ bool
리턴 string

LocalTransformMatrix() 공개 정적인 메소드

public static LocalTransformMatrix ( this skeletonBone ) : Matrix
skeletonBone this
리턴 Matrix

Position() 공개 정적인 메소드

public static Position ( this skeletonBone, bool flipZ = false ) : Vector3
skeletonBone this
flipZ bool
리턴 Vector3

Positions() 공개 정적인 메소드

public static Positions ( this skeleton ) : IEnumerable
skeleton this
리턴 IEnumerable

PositionsAsString() 공개 정적인 메소드

public static PositionsAsString ( this skeleton, bool flipZ = false ) : string
skeleton this
flipZ bool
리턴 string

ToString() 공개 정적인 메소드

public static ToString ( this skeletonFile, TextWriter writer ) : void
skeletonFile this
writer System.IO.TextWriter
리턴 void

ToString() 공개 정적인 메소드

public static ToString ( this skeletonBone, TextWriter writer, bool flipZ = false ) : void
skeletonBone this
writer System.IO.TextWriter
flipZ bool
리턴 void