Class CoreContext
Inheritance
System.Object
    CoreContext
  Implements
System.IDisposable
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: PiXYZ.Tools.Editor
Assembly: cs.temp.dll.dll
Syntax
public sealed class CoreContext : IDisposable
  Constructors
CoreContext(GameObject[], Boolean)
Declaration
public CoreContext(GameObject[] gameObjects, bool manageTextures)
  Parameters
| Type | Name | Description | 
|---|---|---|
| GameObject[] | gameObjects | |
| System.Boolean | manageTextures | 
Fields
gameObjects
Declaration
public readonly ReadOnlyCollection<GameObject> gameObjects
  Field Value
| Type | Description | 
|---|---|
| ReadOnlyCollection<GameObject> | 
manageTextures
Declaration
public readonly bool manageTextures
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
Methods
Dispose()
Declaration
public void Dispose()
  Implements
      System.IDisposable