ME3Explorer.Unreal.Classes.BrushComponent.GetArrayCount C# (CSharp) 메소드

GetArrayCount() 공개 메소드

public GetArrayCount ( byte raw ) : int
raw byte
리턴 int
        public int GetArrayCount(byte[] raw)
        {
            return BitConverter.ToInt32(raw,24);
        }