C# Class Radegast.Rendering.BoneDeform

显示文件 Open project: radegastdev/radegast Class Usage Examples

Public Properties

Property Type Description
offset System.Vector3
scale System.Vector3

Public Methods

Method Description
BoneDeform ( System.Vector3 scale, System.Vector3 offset ) : ThreadPoolUtil

Method Details

BoneDeform() public method

public BoneDeform ( System.Vector3 scale, System.Vector3 offset ) : ThreadPoolUtil
scale System.Vector3
offset System.Vector3
return ThreadPoolUtil

Property Details

offset public_oe property

public Vector3,System offset
return System.Vector3

scale public_oe property

public Vector3,System scale
return System.Vector3