Example #1
0
 internal void WriteExtensionProperty(PropertyName pluginName, PropertyName extensionName, PropertyName propertyName, float propertyValue)
 {
     AudioSource.INTERNAL_CALL_WriteExtensionProperty(this, ref pluginName, ref extensionName, ref propertyName, propertyValue);
 }