기술 자료

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


Point2

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

Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public struct Point2

Constructors

Point2(Point2)

public Point2(Point2 o)
Parameters

Type

Name

Description

Point2o

Fields

x

public double x
Returns

Type

Description

double

y

public double y
Returns

Type

Description

double