Table of Contents

Class GraphicsModule.ObjectHeldInInternalContainer

Namespace
Global
Assembly
Assembly-CSharp.dll
public class GraphicsModule.ObjectHeldInInternalContainer
Inheritance
GraphicsModule.ObjectHeldInInternalContainer
Inherited Members

Constructors

ObjectHeldInInternalContainer(IDrawable, int)

public ObjectHeldInInternalContainer(IDrawable obj, int container)

Parameters

obj IDrawable
container int

Fields

container

public int container

Field Value

int

obj

public IDrawable obj

Field Value

IDrawable