C# Class ObjectiveBriefcase, Unity_tools

Inheritance: MonoBehaviour
Afficher le fichier Open project: kennyist/Unity_tools

Méthodes publiques

Свойство Type Description
barTexture UnityEngine.Texture2D
bgTexture UnityEngine.Texture2D

Méthodes publiques

Méthode Description
Awake ( ) : void
HitEvent ( bool hit, GameObject g ) : void
InteractableComplete ( ) : void
OnGUI ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

HitEvent() public méthode

public HitEvent ( bool hit, GameObject g ) : void
hit bool
g GameObject
Résultat void

InteractableComplete() public méthode

public InteractableComplete ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Property Details

barTexture public_oe property

A basic example script, using the interaction script to create a "Steal the briefcase" interation object
public Texture2D,UnityEngine barTexture
Résultat UnityEngine.Texture2D

bgTexture public_oe property

public Texture2D,UnityEngine bgTexture
Résultat UnityEngine.Texture2D