Semi Mod Loader
Static Public Member Functions | List of all members
Semi.Tk2dExt Class Reference

Static Public Member Functions

static Sprite Wrap (this tk2dSprite coll)
 Wraps the tk2d object with the appropriate Tk0d wrapper struct. More...
 
static SpriteCollection Wrap (this tk2dSpriteCollectionData coll)
 Wraps the tk2d object with the appropriate Tk0d wrapper struct. More...
 
static SpriteDefinition Wrap (this tk2dSpriteDefinition def)
 Wraps the tk2d object with the appropriate Tk0d wrapper struct. More...
 
static SpriteAnimationClip Wrap (this tk2dSpriteAnimationClip clip)
 Wraps the tk2d object with the appropriate Tk0d wrapper struct. More...
 
static SpriteAnimationFrame Wrap (this tk2dSpriteAnimationFrame frame)
 Wraps the tk2d object with the appropriate Tk0d wrapper struct. More...
 
static SpriteAnimation Wrap (this tk2dSpriteAnimation anim)
 Wraps the tk2d object with the appropriate Tk0d wrapper struct. More...
 
static SpriteAnimator Wrap (this tk2dSpriteAnimator anim)
 Wraps the tk2d object with the appropriate Tk0d wrapper struct. More...
 

Member Function Documentation

◆ Wrap() [1/7]

static Sprite Semi.Tk2dExt.Wrap ( this tk2dSprite  coll)
inlinestatic

Wraps the tk2d object with the appropriate Tk0d wrapper struct.

Returns
The wrapped struct.
Parameters
collTarget collection.

◆ Wrap() [2/7]

static SpriteAnimation Semi.Tk2dExt.Wrap ( this tk2dSpriteAnimation  anim)
inlinestatic

Wraps the tk2d object with the appropriate Tk0d wrapper struct.

Returns
The wrapped struct.
Parameters
animTarget animation.

◆ Wrap() [3/7]

static SpriteAnimationClip Semi.Tk2dExt.Wrap ( this tk2dSpriteAnimationClip  clip)
inlinestatic

Wraps the tk2d object with the appropriate Tk0d wrapper struct.

Returns
The wrapped struct.
Parameters
clipTarget animation clip.

◆ Wrap() [4/7]

static SpriteAnimationFrame Semi.Tk2dExt.Wrap ( this tk2dSpriteAnimationFrame  frame)
inlinestatic

Wraps the tk2d object with the appropriate Tk0d wrapper struct.

Returns
The wrapped struct.
Parameters
frameTarget animation frame.

◆ Wrap() [5/7]

static SpriteAnimator Semi.Tk2dExt.Wrap ( this tk2dSpriteAnimator  anim)
inlinestatic

Wraps the tk2d object with the appropriate Tk0d wrapper struct.

Returns
The wrapped struct.
Parameters
animTarget animator.

◆ Wrap() [6/7]

static SpriteCollection Semi.Tk2dExt.Wrap ( this tk2dSpriteCollectionData  coll)
inlinestatic

Wraps the tk2d object with the appropriate Tk0d wrapper struct.

Returns
The wrapped struct.
Parameters
collTarget collection.

◆ Wrap() [7/7]

static SpriteDefinition Semi.Tk2dExt.Wrap ( this tk2dSpriteDefinition  def)
inlinestatic

Wraps the tk2d object with the appropriate Tk0d wrapper struct.

Returns
The wrapped struct.
Parameters
defTarget definition.

The documentation for this class was generated from the following file: