Class InjectionContext
Inheritance
System.Object
InjectionContext
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
Syntax
public sealed class InjectionContext
Properties
ComponentRequirements
Declaration
public IEnumerable<ComponentType> ComponentRequirements { get; }
Property Value
Type | Description |
---|---|
IEnumerable<ComponentType> |
Entries
Declaration
public IReadOnlyCollection<InjectionContext.Entry> Entries { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<InjectionContext.Entry> |
HasComponentRequirements
Declaration
public bool HasComponentRequirements { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasEntries
Declaration
public bool HasEntries { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
PrepareEntries(ComponentGroup)
Declaration
public void PrepareEntries(ComponentGroup entityGroup)
Parameters
Type | Name | Description |
---|---|---|
ComponentGroup | entityGroup |