Method | Description | |
---|---|---|
MakeTimeShiftedCopy ( float delta ) : |
Returns a copy of this message, shifted in time by the specified amount.
|
|
SendNow ( ) : void |
Sends this message immediately.
|
Method | Description | |
---|---|---|
Message ( float time ) : System |
Protected constructor.
|
public abstract MakeTimeShiftedCopy ( float delta ) : |
||
delta | float | |
return |
protected Message ( float time ) : System | ||
time | float | The timestamp for this message. |
return | System |