Table of Contents

Class GameObjectCreatedEventArgs

Namespace
Nautilus.Options
Assembly
Nautilus.dll
Contains all the information about a created game object event
public class GameObjectCreatedEventArgs : ConfigOptionEventArgs<GameObject>
Inheritance
GameObjectCreatedEventArgs
Inherited Members
Extension Methods

Constructors

GameObjectCreatedEventArgs(string, GameObject)

public GameObjectCreatedEventArgs(string id, GameObject gameObject)

Parameters

id string
The ID of the OptionItem for which game object was created
gameObject GameObject
New game object for the OptionItem