C# 클래스 WorldEditor.ProtoEditor.ProtoCritter

상속: ISelectable
파일 보기 프로젝트 열기: rotators/tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Params int[]

공개 메소드들

메소드 설명
ClearExtra ( ) : void
DeepCopy ( ) : ProtoCritter
Parse ( List lines, string _savefile ) : bool
ProtoCritter ( ) : System.Collections.Generic
ProtoCritter ( bool defaultfill ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

ClearExtra() 공개 메소드

public ClearExtra ( ) : void
리턴 void

DeepCopy() 공개 메소드

public DeepCopy ( ) : ProtoCritter
리턴 ProtoCritter

Parse() 공개 메소드

public Parse ( List lines, string _savefile ) : bool
lines List
_savefile string
리턴 bool

ProtoCritter() 공개 메소드

public ProtoCritter ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ProtoCritter() 공개 메소드

public ProtoCritter ( bool defaultfill ) : System.Collections.Generic
defaultfill bool
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Params 공개적으로 프로퍼티

public int[] Params
리턴 int[]