C# Class Relative.Object

ファイルを表示 Open project: Arhirat/Relative

Public Properties

Property Type Description
mParent TimeSpace

Public Methods

Method Description
draw ( DrawInfo di, Object selectedLine ) : void
getParam ( ) : String
select ( Vec pos ) : bool
setParam ( String value ) : void

Method Details

draw() public abstract method

public abstract draw ( DrawInfo di, Object selectedLine ) : void
di DrawInfo
selectedLine Object
return void

getParam() public abstract method

public abstract getParam ( ) : String
return String

select() public abstract method

public abstract select ( Vec pos ) : bool
pos Vec
return bool

setParam() public abstract method

public abstract setParam ( String value ) : void
value String
return void

Property Details

mParent public_oe property

public TimeSpace,Relative mParent
return TimeSpace