C# Class SocialGame.CounterPointControlDodge

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: BrainProject/UnityTemp Class Usage Examples

Public Properties

Property Type Description
activated bool
activeSprite UnityEngine.Sprite
inactiveSprite UnityEngine.Sprite
render UnityEngine.SpriteRenderer

Public Methods

Method Description
AddThis ( bool add ) : void

Method Details

AddThis() public method

public AddThis ( bool add ) : void
add bool
return void

Property Details

activated public_oe property

public bool activated
return bool

activeSprite public_oe property

public Sprite,UnityEngine activeSprite
return UnityEngine.Sprite

inactiveSprite public_oe property

public Sprite,UnityEngine inactiveSprite
return UnityEngine.Sprite

render public_oe property

public SpriteRenderer,UnityEngine render
return UnityEngine.SpriteRenderer