C# Class Tilengine.SequencePack

SequencePack resource
Mostrar archivo Open project: megamarc/Tilengine

Public Methods

Method Description
Add ( Sequence sequence ) : bool

Delete ( ) : bool

Find ( string name ) : Sequence

FromFile ( string filename ) : SequencePack

Private Methods

Method Description
SequencePack ( IntPtr res ) : System

TLN_AddSequenceToPack ( IntPtr sp, IntPtr sequence ) : bool
TLN_CreateSequencePack ( ) : IntPtr
TLN_DeleteSequencePack ( IntPtr sp ) : bool
TLN_FindSequence ( IntPtr sp, string name ) : IntPtr
TLN_LoadSequencePack ( string filename ) : IntPtr

Method Details

Add() public method

public Add ( Sequence sequence ) : bool
sequence Sequence
return bool

Delete() public method

public Delete ( ) : bool
return bool

Find() public method

public Find ( string name ) : Sequence
name string
return Sequence

FromFile() public static method

public static FromFile ( string filename ) : SequencePack
filename string
return SequencePack