기술 자료

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


Date

Struct
읽는 시간 1분최근 업데이트: 2일 전

Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public struct Date

Constructors

Date(Date)

public Date(Date o)
Parameters

Type

Name

Description

Dateo

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