Version: 2023.2
言語: 日本語

説明

プレーン

Additional resources: GameObject.CreatePrimitive.

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: