WeatherMakerFullScreenEffectCommandBufferName Property |
The name for the command buffer that will be created for this effect. This should be unique for your project.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public string CommandBufferName { get; set; }
Public Property CommandBufferName As String
Get
Set
public:
property String^ CommandBufferName {
String^ get ();
void set (String^ value);
}
member CommandBufferName : string with get, set
Property Value
Type:
StringSee Also