addRef() | SharpKmyGfx::Material | |
enableEmissiveBlink(bool flg) | SharpKmyGfx::Material | |
enableEmissiveLinkBuildingLight(bool flg) | SharpKmyGfx::Material | |
enableUScrollAnim(bool flg) | SharpKmyGfx::Material | |
enableUVStepAnim(bool flg) | SharpKmyGfx::Material | |
enableVScrollAnim(bool flg) | SharpKmyGfx::Material | |
getCastShadow() | SharpKmyGfx::Material | |
getCommonDrawOutlineEnable() | SharpKmyGfx::Material | static |
getCommonOutlineColor() | SharpKmyGfx::Material | static |
getCommonOutlineWidth() | SharpKmyGfx::Material | static |
getCullType() | SharpKmyGfx::Material | |
getDefText() | SharpKmyGfx::Material | |
getDistanceFadeEnable() | SharpKmyGfx::Material | |
getDrawOutlineEnable() | SharpKmyGfx::Material | |
getEmissiveBlinkSpeed() | SharpKmyGfx::Material | |
getEnumCount(System::String^ slotname) | SharpKmyGfx::Material | |
getEnumString(System::String^ slotname, int index) | SharpKmyGfx::Material | |
getMaterialTextureNumMax() | SharpKmyGfx::Material | static |
getName() | SharpKmyGfx::Material | |
getOutlineColor() | SharpKmyGfx::Material | |
getOutlineWidth() | SharpKmyGfx::Material | |
getOverrideOutlineSetting() | SharpKmyGfx::Material | |
getParameterB(System::String^ slotname) | SharpKmyGfx::Material | |
getParameterF(System::String^ slotname, int channel) | SharpKmyGfx::Material | |
getParameterI(System::String^ slotname, int channel) | SharpKmyGfx::Material | |
getParameterMax(System::String^ slotname, int channel) | SharpKmyGfx::Material | |
getParameterMin(System::String^ slotname, int channel) | SharpKmyGfx::Material | |
getReceiveDecal() | SharpKmyGfx::Material | |
getShader() | SharpKmyGfx::Material | |
getShaderName() | SharpKmyGfx::Material | |
getSlotName(int idx, UNIFORMPARAMTYPE %paramtype, bool %hideInEditor, [Runtime::InteropServices::Out] System::String ^%name) | SharpKmyGfx::Material | |
getSlotType(System::String^ name) | SharpKmyGfx::Material | |
getSortIndex() | SharpKmyGfx::Material | |
getTexture(System::String^ slotname) | SharpKmyGfx::Material | |
getTexture(int index) | SharpKmyGfx::Material | |
getTextureFileName(System::String^ slotname) | SharpKmyGfx::Material | |
getUDiv() | SharpKmyGfx::Material | |
getUScrollSpeed() | SharpKmyGfx::Material | |
getUVOffset() | SharpKmyGfx::Material | |
getUVScale() | SharpKmyGfx::Material | |
getUVStepFrameCount() | SharpKmyGfx::Material | |
getUVStepInterval() | SharpKmyGfx::Material | |
getVDiv() | SharpKmyGfx::Material | |
getVScrollSpeed() | SharpKmyGfx::Material | |
isEmissiveLinkBuildingLight() | SharpKmyGfx::Material | |
isEnableEmissiveBlink() | SharpKmyGfx::Material | |
isEnableSetCastShadow() | SharpKmyGfx::Material | |
isEnableSetSortIndex() | SharpKmyGfx::Material | |
isEnableUScrollAnim() | SharpKmyGfx::Material | |
isEnableUVStepAnim() | SharpKmyGfx::Material | |
isEnableVScrollAnim() | SharpKmyGfx::Material | |
Material(bool skinned, System::String^ shadername, System::Guid guid) | SharpKmyGfx::Material | |
Material(kmyGfx::Material *mtl) | SharpKmyGfx::Material | |
Material(System::String^ defimage, System::Guid guid) | SharpKmyGfx::Material | |
obj | SharpKmyGfx::Material | |
owning | SharpKmyGfx::Material | |
removeRef() | SharpKmyGfx::Material | |
setCastShadow(bool flg) | SharpKmyGfx::Material | |
setCommonDrawOutlineEnable(bool flg) | SharpKmyGfx::Material | static |
setCommonOutlineColor(Color color) | SharpKmyGfx::Material | static |
setCommonOutlineWidth(float w) | SharpKmyGfx::Material | static |
setCullType(CULLTYPE t) | SharpKmyGfx::Material | |
setDefByText(System::String^ text) | SharpKmyGfx::Material | |
setDistanceFadeEnable(bool flg) | SharpKmyGfx::Material | |
setDrawOutlineEnable(bool flg) | SharpKmyGfx::Material | |
setEmissiveBlinkSpeed(float v) | SharpKmyGfx::Material | |
setOutlineColor(Color color) | SharpKmyGfx::Material | |
setOutlineWidth(float w) | SharpKmyGfx::Material | |
setOverrideOutlineSetting(bool flg) | SharpKmyGfx::Material | |
setParameterB(System::String^ slotname, bool b) | SharpKmyGfx::Material | |
setParameterF(System::String^ slotname, float x, float y, float z, float w) | SharpKmyGfx::Material | |
setParameterI(System::String^ slotname, int x, int y, int z, int w) | SharpKmyGfx::Material | |
setReceiveDecal(bool flg) | SharpKmyGfx::Material | |
setShader(System::String^ shadername) | SharpKmyGfx::Material | |
setSortIndex(int val) | SharpKmyGfx::Material | |
setTexture(System::String^ slotname, Texture^ tex) | SharpKmyGfx::Material | |
setTextureFileName(System::String^ slotname, System::String^ texfilename) | SharpKmyGfx::Material | |
setUDiv(unsigned int v) | SharpKmyGfx::Material | |
setUScrollSpeed(float v) | SharpKmyGfx::Material | |
setUVOffset(SharpKmyMath::Vector2 v) | SharpKmyGfx::Material | |
setUVScale(SharpKmyMath::Vector2 v) | SharpKmyGfx::Material | |
setUVStepFrameCount(unsigned int v) | SharpKmyGfx::Material | |
setUVStepInterval(float v) | SharpKmyGfx::Material | |
setVDiv(unsigned int v) | SharpKmyGfx::Material | |
setVScrollSpeed(float v) | SharpKmyGfx::Material | |
~Material() | SharpKmyGfx::Material | |