Click or drag to resize

SurfaceUpdater Class

A utility class which maps the properties of a SurfaceGraphics to a SurfaceMeshPrimitive.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Platforms.AdvancedSurfaceUpdater

Namespace:  AGI.Foundation.Platforms.Advanced
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class SurfaceUpdater : IDisposable

The SurfaceUpdater type exposes the following members.

Constructors
  NameDescription
Public methodSurfaceUpdater
Creates a new instance using the provided SurfaceGraphics and EvaluatorGroup
Top
Methods
  NameDescription
Public methodDispose
Releases any resources associated with this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStaticUpdate
Initializes any static values in the provided primitive.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates the primitive's graphical properties to match the provided time.
Public methodUpdateReferences
Updates all evaluator references using the provided group.
Top
See Also