Namespace: DeltaEngine.Physics2DAssembly: DeltaEngine.Physics2D (in DeltaEngine.Physics2D.dll) Version: 1.1.1.0 (1.1.1)
public event Action OnLifeTimeExceeded
public event Action OnLifeTimeExceeded
Public Event OnLifeTimeExceeded As Action
Public Event OnLifeTimeExceeded As Action
public:
event Action^ OnLifeTimeExceeded {
void add (Action^ value);
void remove (Action^ value);
}
public:
event Action^ OnLifeTimeExceeded {
void add (Action^ value);
void remove (Action^ value);
}
member OnLifeTimeExceeded : IEvent<Action,
EventArgs>
member OnLifeTimeExceeded : IEvent<Action,
EventArgs>
Value
Type:
System Action