ProjectionStream Methods |
The ProjectionStream type exposes the following members.
Name | Description | |
---|---|---|
Dispose | (Inherited from Projection.) | |
Dispose(Boolean) | (Overrides ProjectionDispose(Boolean).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Inherited from Projection.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update |
When overridden in a derived class, updates the projection data associated with the projection stream at the specified time. When the Update method is called, the projection stream contains the current projection data.
The time parameter provides the current and next SceneManager time. Return true if the projection data was updated, otherwise return false.
|