Date
Struct
阅读时间1 分钟最后更新于 3 个月前
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public struct Date
Constructors
Date(Date)
public Date(Date o)
Parameters
Type | Name | Description |
|---|---|---|
| Date | o |
Fields
year
public int year
Returns
Type | Description |
|---|---|
| int |
month
public int month
Returns
Type | Description |
|---|---|
| int |
day
public int day
Returns
Type | Description |
|---|---|
| int |