C# 클래스 Reign.Core.Extensions

파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 메소드들

메소드 설명
CastToBytes ( this input ) : byte[]
ToMatrix4 ( this matrix ) : Matrix4
ToMatrixX ( this matrix ) : Matrix
ToVector3X ( this vector ) : Microsoft.Xna.Framework.Vector3

메소드 상세

CastToBytes() 공개 정적인 메소드

public static CastToBytes ( this input ) : byte[]
input this
리턴 byte[]

ToMatrix4() 공개 정적인 메소드

public static ToMatrix4 ( this matrix ) : Matrix4
matrix this
리턴 Matrix4

ToMatrixX() 공개 정적인 메소드

public static ToMatrixX ( this matrix ) : Matrix
matrix this
리턴 Microsoft.Xna.Framework.Matrix

ToVector3X() 공개 정적인 메소드

public static ToVector3X ( this vector ) : Microsoft.Xna.Framework.Vector3
vector this
리턴 Microsoft.Xna.Framework.Vector3