Pass display option: show all or those in a user-specified range.
[Visual Basic .NET] |
---|
Public Sub SetPassType( _ ByVal Pass As AgEVeGfxPass _ ) |
[C#] |
---|
public void SetPassType( |
[Managed C++] |
---|
public: void SetPassType( |
[Java] |
---|
public setPassType( |
[Unmanaged C++] |
---|
public: HRESULT SetPassType( |
- Pass
Member Value Description ePassUnknown -1 Unknown pass. ePassShowAll 0 Show all passes. ePassShowPasses 1 Show passes in a user-specified range.