C# Class Epigene.GAME.GameManager.EventObject

class to hold important info for each event
Afficher le fichier Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

Méthodes publiques

Свойство Type Description
function EventFunction
gameObject UnityEngine.GameObject
type string

Méthodes publiques

Méthode Description
EventObject ( GameObject obj, EventFunction fn, string t = "" ) : UnityEngine

Method Details

EventObject() public méthode

public EventObject ( GameObject obj, EventFunction fn, string t = "" ) : UnityEngine
obj UnityEngine.GameObject
fn EventFunction
t string
Résultat UnityEngine

Property Details

function public_oe property

public EventFunction function
Résultat EventFunction

gameObject public_oe property

public GameObject,UnityEngine gameObject
Résultat UnityEngine.GameObject

type public_oe property

public string type
Résultat string