Version: 2021.3
言語: 日本語

説明

プレーン

using UnityEngine;
using System.Collections;

// Creates a plane primitive

public class ExampleClass : MonoBehaviour { void Start() { GameObject plane = GameObject.CreatePrimitive(PrimitiveType.Plane); } }

Did you find this page useful? Please give it a rating: