C# 클래스 HaloMap.Plugins.IFPIO.Bitmask

The bitmask.
상속: BaseObject
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
bitmaskSize int
options HaloMap.Plugins.IFPIO.Option[]

공개 메소드들

메소드 설명
Bitmask ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, Option ifpoptions, int ifpsize, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the Bitmask class.

메소드 상세

Bitmask() 공개 메소드

Initializes a new instance of the Bitmask class.
public Bitmask ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, Option ifpoptions, int ifpsize, int entlineNumber, int entparent, int entPrevSibling ) : System
ifpoffset int The ifpoffset.
ifpvisible bool if set to true [ifpvisible].
ifpname string The ifpname.
extendedDescription string
ifpoptions Option The ifpoptions.
ifpsize int The ifpsize.
entlineNumber int The entline number.
entparent int The entparent.
entPrevSibling int The ent prev sibling.
리턴 System

프로퍼티 상세

bitmaskSize 공개적으로 프로퍼티

The bitmask size.
public int bitmaskSize
리턴 int

options 공개적으로 프로퍼티

The options.
public IFPIO.Option[],HaloMap.Plugins options
리턴 HaloMap.Plugins.IFPIO.Option[]