C# Class MeshDataImporter.Subset, Bad-Company-2-Map-Editor

ファイルを表示 Open project: Powback/Bad-Company-2-Map-Editor

Public Properties

Property Type Description
boneCount int
boneWeightsOffset int
bones List
bonesPerVertex int
idxOffset int
indexOffset int
name string
offset int
primitiveCount int
primitiveType int
size int
u0 int
useFloat bool
uvOffset int
v2 List
v3 List
vertexCount int
vertexOffset int
vertexStride int
verticesSize int
vxOffset long

Public Methods

Method Description
GetIndices ( ) : List
GetV3 ( int offs ) : List
GetV3Inverted ( int offs ) : List
Start ( ) : void
getV2 ( ) : List
getV2offfsets ( ) : void
h2f ( int h ) : float

Method Details

GetIndices() public method

public GetIndices ( ) : List
return List

GetV3() public method

public GetV3 ( int offs ) : List
offs int
return List

GetV3Inverted() public method

public GetV3Inverted ( int offs ) : List
offs int
return List

Start() public method

public Start ( ) : void
return void

getV2() public method

public getV2 ( ) : List
return List

getV2offfsets() public method

public getV2offfsets ( ) : void
return void

h2f() public method

public h2f ( int h ) : float
h int
return float

Property Details

boneCount public_oe property

public int boneCount
return int

boneWeightsOffset public_oe property

public int boneWeightsOffset
return int

bones public_oe property

public List bones
return List

bonesPerVertex public_oe property

public int bonesPerVertex
return int

idxOffset public_oe property

public int idxOffset
return int

indexOffset public_oe property

public int indexOffset
return int

name public_oe property

public string name
return string

offset public_oe property

public int offset
return int

primitiveCount public_oe property

public int primitiveCount
return int

primitiveType public_oe property

public int primitiveType
return int

size public_oe property

public int size
return int

u0 public_oe property

public int u0
return int

useFloat public_oe property

public bool useFloat
return bool

uvOffset public_oe property

public int uvOffset
return int

v2 public_oe property

public List v2
return List

v3 public_oe property

public List v3
return List

vertexCount public_oe property

public int vertexCount
return int

vertexOffset public_oe property

public int vertexOffset
return int

vertexStride public_oe property

public int vertexStride
return int

verticesSize public_oe property

public int verticesSize
return int

vxOffset public_oe property

public long vxOffset
return long