C# Class ME3Explorer.Unreal.Classes.SkeletalMeshOld.Influence

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
bone byte
weight byte

Public Methods

Method Description
Influence ( float _f, int _bone ) : System

Method Details

Influence() public method

public Influence ( float _f, int _bone ) : System
_f float
_bone int
return System

Property Details

bone public property

public byte bone
return byte

weight public property

public byte weight
return byte