Click or drag to resize

ProjectionStream Methods

The ProjectionStream type exposes the following members.

Methods
  NameDescription
Public methodDispose (Inherited from Projection.)
Protected methodDispose(Boolean) (Overrides ProjectionDispose(Boolean).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Inherited from Projection.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
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.
Top
See Also