Class ClassObjects
Holds list of objects beloging to particular class.
Inheritance
System.Object
ClassObjects
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: Marus.ObjectAnnotation
Assembly: cs.temp.dll.dll
Syntax
public class ClassObjects
Fields
ClassName
Declaration
public string ClassName
Field Value
Type | Description |
---|---|
System.String |
ObjectsInClass
Declaration
public List<GameObject> ObjectsInClass
Field Value
Type | Description |
---|---|
List<GameObject> |