コード例 #1
0
 public AnimationStripDescriptor()
 {
     TextureDescriptor = new CachedTextureDescriptor();
 }
コード例 #2
0
ファイル: StaticSprite.cs プロジェクト: raphaelmun/MonoXen
 public StaticSprite()
 {
     TextureDescriptor = new CachedTextureDescriptor();
     TextureInfo       = TextureDescriptor;
 }