Method | Description | |
---|---|---|
CancelMark ( ) : void |
Mark a property as uploaded(thus not need to upload it to OpenGL again).
|
|
IsMarked ( ) : bool |
Indicates whether a property is needed to be uploaded to OpenGL.
|
|
Mark ( ) : void |
Mark a property as updated(thus needs to be uploaded to OpenGL).
|
|
ToString ( ) : string |
Sets a new value to specified filed and mark the property.
|
|
UpdatingRecord ( bool marking = false ) : System |
Records time when is a property is updated and uploaded.
|
public UpdatingRecord ( bool marking = false ) : System | ||
marking | bool | mark as initial state. |
return | System |