Specifies the blow style of the wind.
public: enum BlowStyle {
Wind,
Blast
};public enum BlowStyle {
Wind,
Blast
}Public Enum BlowStyle Wind, Blast End Enum
|
Members |
Description |
|
Wind |
Defines the wind blow style, which is less stronger than Blast. |
|
Blast |
Defines the blast blow style, which is much stronger than Wind |
WindFilter.cs
|
Send comments about this topic.
|
|
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.
|