Class CalculateCustomDependencyData
Inheritance
CalculateCustomDependencyData
Syntax
public class CalculateCustomDependencyData : IBuildTask
Properties
Version
Declaration
public int Version { get; }
Property Value
Implements
Methods
CreateAssetEntryForObjectIdentifiers(ObjectIdentifier[], String, String, String, Type)
Declaration
public void CreateAssetEntryForObjectIdentifiers(ObjectIdentifier[] includedObjects, string path, string bundleName, string address, Type mainAssetType)
Parameters
Type |
Name |
Description |
ObjectIdentifier[] |
includedObjects |
|
String |
path |
|
String |
bundleName |
|
String |
address |
|
Type |
mainAssetType |
|
GetObjectIdentifiersAndTypesForSerializedFile(String, out ObjectIdentifier[], out Type[])
Declaration
public void GetObjectIdentifiersAndTypesForSerializedFile(string path, out ObjectIdentifier[] objectIdentifiers, out Type[] types)
Parameters
Type |
Name |
Description |
String |
path |
|
ObjectIdentifier[] |
objectIdentifiers |
|
Type[] |
types |
|
Run()
Declaration
Returns
Implements