Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Update CocosSharp PCL interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjpou1 committed Sep 1, 2015
1 parent 18f2a6c commit 9d6705f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PCL/CocosSharpPCLShared/CocosSharpAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3502,10 +3502,12 @@ public CCSprite(string fileName, System.Nullable<CocosSharp.CCRect> texRectInPix
public CocosSharp.CCBlendFunc BlendFunc { get { return default(CocosSharp.CCBlendFunc); } set { } }
public override CocosSharp.CCColor3B Color { get { return default(CocosSharp.CCColor3B); } set { } }
public override CocosSharp.CCSize ContentSize { get { return default(CocosSharp.CCSize); } set { } }
public static bool DefaultHalfTexelOffset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { return default(bool); } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
public static float DefaultTexelToContentSizeRatio { set { } }
public static CocosSharp.CCSize DefaultTexelToContentSizeRatios { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { return default(CocosSharp.CCSize); } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
public bool FlipX { get { return default(bool); } set { } }
public bool FlipY { get { return default(bool); } set { } }
public bool HalfTexelOffset { get { return default(bool); } set { } }
public bool IsAntialiased { get { return default(bool); } set { } }
public override bool IsColorModifiedByOpacity { get { return default(bool); } set { } }
public bool IsTextureRectRotated { get { return default(bool); } set { } }
Expand Down

0 comments on commit 9d6705f

Please sign in to comment.