C# Class Zeplin.HeadsUpDisplay

Inheritance: Layer
Exibir arquivo Open project: zumpiez/Zeplin Class Usage Examples

Private Properties

Property Type Description
GenerateDefaultName string

Public Methods

Method Description
Add ( Zeplin.GameObject addedObject ) : void

Adds a GameObject to this layer

HeadsUpDisplay ( ) : System
Remove ( Zeplin.GameObject removedObject ) : bool

Removes an object from this layer

this ( string widgetName ) : Zeplin.GameObject

Private Methods

Method Description
GenerateDefaultName ( Zeplin.GameObject gameObject ) : string

Method Details

Add() public method

Adds a GameObject to this layer
public Add ( Zeplin.GameObject addedObject ) : void
addedObject Zeplin.GameObject The added IGameObjectProvider
return void

HeadsUpDisplay() public method

public HeadsUpDisplay ( ) : System
return System

Remove() public method

Removes an object from this layer
public Remove ( Zeplin.GameObject removedObject ) : bool
removedObject Zeplin.GameObject The IGameObjectProvider to be removed
return bool

this() public method

public this ( string widgetName ) : Zeplin.GameObject
widgetName string
return Zeplin.GameObject