C# Class ME3Explorer.Unreal.PSKFile.PSKWeight

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
bone int
point int
weight float

Méthodes publiques

Méthode Description
PSKWeight ( float _weight, int _point, int _bone ) : System

Method Details

PSKWeight() public méthode

public PSKWeight ( float _weight, int _point, int _bone ) : System
_weight float
_point int
_bone int
Résultat System

Property Details

bone public_oe property

public int bone
Résultat int

point public_oe property

public int point
Résultat int

weight public_oe property

public float weight
Résultat float