Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Draw ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void | ||
DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void | ||
OnInitialize ( DeviceContextHolder holder ) : void |
public Draw ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void | ||
holder | DeviceContextHolder | |
camera | ICamera | |
mode | SpecialLightMode | |
return | void |
public abstract DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void | ||
holder | DeviceContextHolder | |
camera | ICamera | |
mode | SpecialLightMode | |
return | void |
public abstract OnInitialize ( DeviceContextHolder holder ) : void | ||
holder | DeviceContextHolder | |
return | void |