C# 클래스 Enigma.D3.MapHack.Markers.MapMarkerBase

상속: Enigma.Wpf.NotifyingObject, IMapMarker
파일 보기 프로젝트 열기: onethawt/enigma-d3

공개 메소드들

메소드 설명
CreateControl ( ) : object
MapMarkerBase ( int id ) : System
Update ( int worldId, System.Windows.Media.Media3D.Point3D origo ) : bool

메소드 상세

CreateControl() 공개 추상적인 메소드

public abstract CreateControl ( ) : object
리턴 object

MapMarkerBase() 공개 메소드

public MapMarkerBase ( int id ) : System
id int
리턴 System

Update() 공개 추상적인 메소드

public abstract Update ( int worldId, System.Windows.Media.Media3D.Point3D origo ) : bool
worldId int
origo System.Windows.Media.Media3D.Point3D
리턴 bool