C# Class LOLFileReader.SKLBone

显示文件 Open project: utensil/lolmodelviewer Class Usage Examples

Public Properties

Property Type Description
ID int
name String
orientation float[]
parentID int
position float[]
scale float

Public Methods

Method Description
SKLBone ( ) : System

Method Details

SKLBone() public method

public SKLBone ( ) : System
return System

Property Details

ID public_oe property

public int ID
return int

name public_oe property

public String name
return String

orientation public_oe property

public float[] orientation
return float[]

parentID public_oe property

public int parentID
return int

position public_oe property

public float[] position
return float[]

scale public_oe property

public float scale
return float