Add GetPixels and SetPixels to TextureBase for easier textures data editing
This commit is contained in:
@@ -84,6 +84,7 @@ public class Graphics : EngineModule
|
||||
default: throw new InvalidPlatformException(options.Platform.Target);
|
||||
}
|
||||
|
||||
options.PrivateDependencies.Add("TextureTool");
|
||||
if (options.Target.IsEditor)
|
||||
{
|
||||
options.PublicDependencies.Add("ModelTool");
|
||||
|
||||
Reference in New Issue
Block a user