C# Class LOLFileReader.SKLBone

Show file 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 property

public int ID
return int

name public property

public String name
return String

orientation public property

public float[] orientation
return float[]

parentID public property

public int parentID
return int

position public property

public float[] position
return float[]

scale public property

public float scale
return float