C# Class FBX.Scene.Nodes.Mesh.Primitive.Face

Show file Open project: Patapom/GodComplex

Public Properties

Property Type Description
V0 int

Public Methods

Method Description
Face ( int _V0, int _V1, int _V2 ) : System
Load ( System _Reader ) : void
Save ( System _Writer ) : void

Method Details

Face() public method

public Face ( int _V0, int _V1, int _V2 ) : System
_V0 int
_V1 int
_V2 int
return System

Load() public method

public Load ( System _Reader ) : void
_Reader System
return void

Save() public method

public Save ( System _Writer ) : void
_Writer System
return void

Property Details

V0 public property

public int V0
return int