You're breathtaking!
This commit is contained in:
18
Source/Tools/Flax.Build/Bindings/InjectCppCodeInfo.cs
Normal file
18
Source/Tools/Flax.Build/Bindings/InjectCppCodeInfo.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
// Copyright (c) 2012-2019 Wojciech Figat. All rights reserved.
|
||||
|
||||
namespace Flax.Build.Bindings
|
||||
{
|
||||
/// <summary>
|
||||
/// The custom C++ code injection information for bindings generator.
|
||||
/// </summary>
|
||||
public class InjectCppCodeInfo : ApiTypeInfo
|
||||
{
|
||||
public string Code;
|
||||
|
||||
/// <inheritdoc />
|
||||
public override string ToString()
|
||||
{
|
||||
return Code;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user