Add xmldoc to some ISpriteFrame members
This commit is contained in:
@@ -24,8 +24,17 @@ namespace OpenRA.Graphics
|
|||||||
|
|
||||||
public interface ISpriteFrame
|
public interface ISpriteFrame
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Size of the frame's `Data`.
|
||||||
|
/// </summary>
|
||||||
Size Size { get; }
|
Size Size { get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Size of the entire frame including the frame's `Size`.
|
||||||
|
/// Think of this like a picture frame.
|
||||||
|
/// </summary>
|
||||||
Size FrameSize { get; }
|
Size FrameSize { get; }
|
||||||
|
|
||||||
float2 Offset { get; }
|
float2 Offset { get; }
|
||||||
byte[] Data { get; }
|
byte[] Data { get; }
|
||||||
bool DisableExportPadding { get; }
|
bool DisableExportPadding { get; }
|
||||||
|
|||||||
Reference in New Issue
Block a user