C# 클래스 FSO.Files.Formats.IFF.Chunks.DGRPImage

A DGRP is made up of multiple DGRPImages, which are made up of multiple DGRPSprites.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Direction uint
Sprites FSO.Files.Formats.IFF.Chunks.DGRPSprite[]
Zoom uint

공개 메소드들

메소드 설명
DGRPImage ( DGRP parent ) : System
Read ( uint version, IoBuffer io ) : void

Reads a DGRPImage from a stream.

Write ( IoWriter io ) : void

메소드 상세

DGRPImage() 공개 메소드

public DGRPImage ( DGRP parent ) : System
parent DGRP
리턴 System

Read() 공개 메소드

Reads a DGRPImage from a stream.
public Read ( uint version, IoBuffer io ) : void
version uint
io FSO.Files.Utils.IoBuffer
리턴 void

Write() 공개 메소드

public Write ( IoWriter io ) : void
io FSO.Files.Utils.IoWriter
리턴 void

프로퍼티 상세

Direction 공개적으로 프로퍼티

public uint Direction
리턴 uint

Sprites 공개적으로 프로퍼티

public DGRPSprite[],FSO.Files.Formats.IFF.Chunks Sprites
리턴 FSO.Files.Formats.IFF.Chunks.DGRPSprite[]

Zoom 공개적으로 프로퍼티

public uint Zoom
리턴 uint