Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TextureData.Date Class Reference

Public Attributes

long ticks
 

Properties

DateTime DateTime [get, set]
 

Detailed Description

Definition at line 9 of file TextureData.cs.

Member Data Documentation

◆ ticks

long TextureData.Date.ticks

Definition at line 11 of file TextureData.cs.

Property Documentation

◆ DateTime

DateTime TextureData.Date.DateTime
getset

Definition at line 13 of file TextureData.cs.

14 {
15 get
16 {
17 return new DateTime(ticks);
18 }
19 set
20 {
21 ticks = value.Ticks;
22 }
23 }
DateTime DateTime
Definition: TextureData.cs:14

Referenced by TextureData.TryRefresh().


The documentation for this class was generated from the following file: