返回介绍

PolygonCollider2D.CreatePrimitive 创建原形

发布于 2019-12-18 15:38:19 字数 1293 浏览 1071 评论 0 收藏 0

JavaScript => public function CreatePrimitive(sides: int, scale: Vector2 = Vector2.one, offset: Vector2 = Vector2.zero): void;
C# => public void CreatePrimitive(int sides, Vector2 scale = Vector2.one, Vector2 offset = Vector2.zero);

Parameters 参数

sidesThe number of sides in the polygon. This must be greater than two.
多边形的边数,该值必须大于2
scaleThe X/Y scale of the polygon. These must be greater than zero.
多边形的X/Y缩放值,该值必须大于0
offsetThe X/Y offset of the polygon.
多边形的X/Y偏移值。

Description 描述

Creates as regular primitive polygon with the specified number of sides.

创建规则的指定边数的原始多边形。

PolygonCollider2D

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文