Method CreateTag
CreateTag<T>(T, float, float)
Declaration
public void CreateTag<T>(T tagPayload, float starTimeInSeconds, float durationInSeconds) where T : struct
Parameters
Type | Name | Description |
---|---|---|
T | tagPayload | |
float | starTimeInSeconds | |
float | durationInSeconds |
Type Parameters
Name | Description |
---|---|
T |