Property | Type | Description | |
---|---|---|---|
Flags | uint |
Method | Description | |
---|---|---|
Draw ( DeviceContextHolder contextHolder, int indices, SpecialRenderMode mode ) : void | ||
Initialize ( DeviceContextHolder contextHolder ) : void | ||
Prepare ( DeviceContextHolder contextHolder, SpecialRenderMode mode ) : bool | ||
SetEmissive ( Vector3 value ) : void | ||
SetEmissiveNext ( Vector3 value ) : void |
Method | Description | |
---|---|---|
Kn5MaterialSimple ( [ kn5Filename, [ material ) : AcTools.Kn5File |
public Draw ( DeviceContextHolder contextHolder, int indices, SpecialRenderMode mode ) : void | ||
contextHolder | DeviceContextHolder | |
indices | int | |
mode | SpecialRenderMode | |
return | void |
public Initialize ( DeviceContextHolder contextHolder ) : void | ||
contextHolder | DeviceContextHolder | |
return | void |
public Prepare ( DeviceContextHolder contextHolder, SpecialRenderMode mode ) : bool | ||
contextHolder | DeviceContextHolder | |
mode | SpecialRenderMode | |
return | bool |
public SetEmissiveNext ( Vector3 value ) : void | ||
value | Vector3 | |
return | void |