Namespace: DeltaEngine.EntitiesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public List<T> GetInterpolatedList<T>()
where T : Lerp
public List<T> GetInterpolatedList<T>()
where T : Lerp
Public Function GetInterpolatedList(Of T As Lerp) As List(Of T)
Public Function GetInterpolatedList(Of T As Lerp) As List(Of T)
public:
generic<typename T>
where T : Lerp
List<T>^ GetInterpolatedList()
public:
generic<typename T>
where T : Lerp
List<T>^ GetInterpolatedList()
member GetInterpolatedList : unit -> List<'T> when 'T : Lerp
member GetInterpolatedList : unit -> List<'T> when 'T : Lerp
- T
Return Value
Type:
List T