C# Class GameCommon.ShaderBaseMaterial.AnimationItem

Mostrar archivo Open project: DarrenHassan/GDM4242-GroupD

Private Properties

Property Type Description
AnimationItem System
OnClone void

Public Methods

Method Description
IsDataExists ( ) : bool
Load ( TextBlock block ) : void
Save ( TextBlock block ) : void
ToString ( ) : string

Private Methods

Method Description
AnimationItem ( TransformItem owner ) : System
OnClone ( AnimationItem source ) : void

Method Details

IsDataExists() public method

public IsDataExists ( ) : bool
return bool

Load() public method

public Load ( TextBlock block ) : void
block TextBlock
return void

Save() public method

public Save ( TextBlock block ) : void
block TextBlock
return void

ToString() public method

public ToString ( ) : string
return string