GetAsBytes() 공개 메소드

public GetAsBytes ( ) : byte[]
리턴 byte[]
예제 #1
0
 //NOTE: We should make a way to clean up [DELETE] the old GL display lists
 public int[] ReadGameObject(DMAFile dma, uint fullOffset)
 {
     return ReadGameObject(dma, dma.GetAsBytes(), fullOffset);
 }