Click or drag to resize

AudioClipParserSupportedTypes Property

Return an array of types this parser can work with – output for reading, input for saving.

Namespace:  Kit.Parsers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public override Type[] SupportedTypes { get; }
Request Example View Source

Property Value

Type: Type
See Also