C# Class GILES.pb_MetaDataComponent

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: procore3d/giles Class Usage Examples

Public Properties

Property Type Description
metadata pb_MetaData

Public Methods

Method Description
GetFileId ( ) : string
SetAssetBundleData ( string bundleName, string assetPath ) : void
UpdateFileId ( ) : bool

Method Details

GetFileId() public method

public GetFileId ( ) : string
return string

SetAssetBundleData() public method

public SetAssetBundleData ( string bundleName, string assetPath ) : void
bundleName string
assetPath string
return void

UpdateFileId() public method

public UpdateFileId ( ) : bool
return bool

Property Details

metadata public_oe property

public pb_MetaData,GILES metadata
return pb_MetaData