mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
osSetPenColor
osSetPenColor1 Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
@@ -515,6 +515,18 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_OSSL_Functions.osSetPenColor(drawList, color);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public string osSetPenColor(string drawList, vector color)
|
||||
{
|
||||
return m_OSSL_Functions.osSetPenColor(drawList, color);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public string osSetPenColor(string drawList, vector color, float alpha)
|
||||
{
|
||||
return m_OSSL_Functions.osSetPenColor(drawList, color, alpha);
|
||||
}
|
||||
|
||||
// Deprecated
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public string osSetPenColour(string drawList, string colour)
|
||||
|
||||
Reference in New Issue
Block a user