C# 클래스 Unity.DataContract.PackageInfo

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
basePath string
description string
loaded bool
name string
organisation string
releaseNotes string
type PackageType
unityVersion PackageVersion
version PackageVersion

공개 메소드들

메소드 설명
Equals ( object other ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

basePath 공개적으로 프로퍼티

public string basePath
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string

loaded 공개적으로 프로퍼티

public bool loaded
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

organisation 공개적으로 프로퍼티

public string organisation
리턴 string

releaseNotes 공개적으로 프로퍼티

public string releaseNotes
리턴 string

type 공개적으로 프로퍼티

public PackageType type
리턴 PackageType

unityVersion 공개적으로 프로퍼티

public PackageVersion unityVersion
리턴 PackageVersion

version 공개적으로 프로퍼티

public PackageVersion version
리턴 PackageVersion