C# Class TSGs.Character

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: SNUGDC/TSGs Class Usage Examples

Public Properties

Property Type Description
CharacterImage UnityEngine.Sprite
Name string
character UnityEngine.GameObject

Public Methods

Method Description
Awake ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Property Details

CharacterImage public_oe property

public Sprite,UnityEngine CharacterImage
return UnityEngine.Sprite

Name public_oe property

public string Name
return string

character public_oe property

public GameObject,UnityEngine character
return UnityEngine.GameObject