C# Class ME3Explorer.Unreal.PSKFile.PSKWeight

Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
bone int
point int
weight float

Public Methods

Method Description
PSKWeight ( float _weight, int _point, int _bone ) : System

Method Details

PSKWeight() public method

public PSKWeight ( float _weight, int _point, int _bone ) : System
_weight float
_point int
_bone int
return System

Property Details

bone public_oe property

public int bone
return int

point public_oe property

public int point
return int

weight public_oe property

public float weight
return float