C# Class BookInformationParser, NewCloud

This class manages the parsing of Book Data.
Mostrar archivo Open project: nileshlg2003/NewCloud Class Usage Examples

Public Methods

Method Description
SetBookObject ( GameObject bookObject ) : void

Sets the book object and initialize all the book data gameobjects

UpdateBookData ( BookData, bookData ) : void

Updates the book data in the bookObject gameObject

UpdateBookThumb ( Texture bookThumbTexture ) : void

Updates the book thumbnail image

Method Details

SetBookObject() public method

Sets the book object and initialize all the book data gameobjects
public SetBookObject ( GameObject bookObject ) : void
bookObject GameObject
return void

UpdateBookData() public method

Updates the book data in the bookObject gameObject
public UpdateBookData ( BookData, bookData ) : void
bookData BookData,
return void

UpdateBookThumb() public method

Updates the book thumbnail image
public UpdateBookThumb ( Texture bookThumbTexture ) : void
bookThumbTexture Texture
return void