C# Class AkWwiseWWUBuilder.AssetType, examples

显示文件 Open project: enzienaudio/examples

Public Properties

Property Type Description
ChildElementName string
RootDirectoryName string
XmlElementName string

Public Methods

Method Description
AssetType ( ) : UnityEngine
AssetType ( string RootFolder, string XmlElemName, string ChildName ) : UnityEngine

Method Details

AssetType() public method

public AssetType ( ) : UnityEngine
return UnityEngine

AssetType() public method

public AssetType ( string RootFolder, string XmlElemName, string ChildName ) : UnityEngine
RootFolder string
XmlElemName string
ChildName string
return UnityEngine

Property Details

ChildElementName public_oe property

public string ChildElementName
return string

RootDirectoryName public_oe property

public string RootDirectoryName
return string

XmlElementName public_oe property

public string XmlElementName
return string