C# Class recipeViewer, CSE110M240T10

Inheritance: MonoBehaviour
Afficher le fichier Open project: ucsdCSE110wi16/CSE110M240T10 Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance recipeViewer,
imageObject Image
imageSize int
panel GameObject
recipeInstructions Text
scrollPanel UnityEngine.RectTransform
textSize int

Méthodes publiques

Méthode Description
Awake ( ) : void
draw ( recipe, result ) : void
setImage ( Texture2D img ) : void
toTop ( ) : void

Private Methods

Méthode Description
addLine ( string text ) : void
addNewLine ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

draw() public méthode

public draw ( recipe, result ) : void
result recipe,
Résultat void

setImage() public méthode

public setImage ( Texture2D img ) : void
img UnityEngine.Texture2D
Résultat void

toTop() public méthode

public toTop ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

public static recipeViewer, Instance
Résultat recipeViewer,

imageObject public_oe property

public Image imageObject
Résultat Image

imageSize public_oe property

public int imageSize
Résultat int

panel public_oe property

public GameObject panel
Résultat GameObject

recipeInstructions public_oe property

public Text recipeInstructions
Résultat Text

scrollPanel public_oe property

public RectTransform,UnityEngine scrollPanel
Résultat UnityEngine.RectTransform

textSize public_oe property

public int textSize
Résultat int