Class TypeInformation
Inheritance
System.Object
TypeInformation
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: Unity.Entities.Properties
Syntax
public static class TypeInformation
Methods
GetOrCreate(Type, HashSet<Type>)
Declaration
public static PropertyBag GetOrCreate(Type componentType, HashSet<Type> primitiveTypes)
Parameters
Type | Name | Description |
---|---|---|
System.Type | componentType | |
HashSet<System.Type> | primitiveTypes |
Returns
Type | Description |
---|---|
PropertyBag |