Entity Get T  Method Delta Engine Documentation
Gets a specific component, derived classes can return faster cached values (e.g. Entity2D) View code on GitHub

Namespace: DeltaEngine.Entities
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public virtual T Get<T>()
Type Parameters

T

Return Value

Type: T
See Also