GetData

Method in LodInput

GetData<T>()

Retrieves the typed data and validates the passed type.

Validation is stripped from builds.

Declaration

public T GetData<T>() where T : LodInputData

Return

The casted data.