Version: 2023.2
언어: 한국어

VersionControlAttributeConstructor

매뉴얼로 전환
public VersionControlAttribute (string name, string displayName);

파라미터

name Version control system name.
displayName Version control system display name.

설명

Constructs VersionControlAttribute.

Display name is optional. Regular name will be used if not specified.

using UnityEditor.VersionControl;

[VersionControl("Custom", "Custom VCS")] public class CustomVersionControlObject : VersionControlObject { }