C# Class LynnaLab.WarpDestGroup

Inheritance: ProjectIndexedDataType
显示文件 Open project: Drenn1/LynnaLab Class Usage Examples

Public Methods

Method Description
AddDestData ( ) : WarpDestData
GetNumWarpDests ( ) : int
GetWarpDest ( int index ) : WarpDestData

Private Methods

Method Description
WarpDestGroup ( Project p, int id ) : System

Method Details

AddDestData() public method

public AddDestData ( ) : WarpDestData
return WarpDestData

GetNumWarpDests() public method

public GetNumWarpDests ( ) : int
return int

GetWarpDest() public method

public GetWarpDest ( int index ) : WarpDestData
index int
return WarpDestData