Clock Class

SFML.Net

Clock Class
Utility class that measures the elapsed time
Inheritance Hierarchy
SystemObject  SFMLObjectBase
    SFML.SystemClock

Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public class Clock : ObjectBase
Public Class Clock
	Inherits ObjectBase
public ref class Clock : public ObjectBase
type Clock =  
    class
        inherit ObjectBase
    end

The Clock type exposes the following members.

Constructors
  NameDescription
Public methodClock
Default Constructor
Top
Methods
  NameDescription
Protected methodDestroy
Handle the destruction of the object
(Overrides ObjectBaseDestroy(Boolean).)
Public methodDispose
Explicitely dispose the object
(Inherited from ObjectBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Dispose the object
(Inherited from ObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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 methodRestart
This function puts the time counter back to zero.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCPointer
Access to the internal pointer of the object. For internal use only
(Inherited from ObjectBase.)
Public propertyElapsedTime
Gets the time elapsed since the last call to Restart
Top
See Also