C# 클래스 LOLFileReader.SKLBone

파일 보기 프로젝트 열기: utensil/lolmodelviewer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID int
name String
orientation float[]
parentID int
position float[]
scale float

공개 메소드들

메소드 설명
SKLBone ( ) : System

메소드 상세

SKLBone() 공개 메소드

public SKLBone ( ) : System
리턴 System

프로퍼티 상세

ID 공개적으로 프로퍼티

public int ID
리턴 int

name 공개적으로 프로퍼티

public String name
리턴 String

orientation 공개적으로 프로퍼티

public float[] orientation
리턴 float[]

parentID 공개적으로 프로퍼티

public int parentID
리턴 int

position 공개적으로 프로퍼티

public float[] position
리턴 float[]

scale 공개적으로 프로퍼티

public float scale
리턴 float