C# Class Builder.DCLBuilderBridge.MousePayload

Show file Open project: decentraland/unity-renderer

Public Properties

Property Type Description
id string
x float
y float

Property Details

id public property

public string id
return string

x public property

public float x
return float

y public property

public float y
return float