C# Class Epigene.GAME.GameManager.EventObject

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

Public Properties

Property Type Description
function EventFunction
gameObject UnityEngine.GameObject
type string

Public Methods

Method Description
EventObject ( GameObject obj, EventFunction fn, string t = "" ) : UnityEngine

Method Details

EventObject() public method

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

Property Details

function public_oe property

public EventFunction function
return EventFunction

gameObject public_oe property

public GameObject,UnityEngine gameObject
return UnityEngine.GameObject

type public_oe property

public string type
return string