|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| List< EffectAnnotation >.Enumerator | GetEnumerator () |
Package Functions | |
| unsafe | EffectAnnotationCollection (ID3DXBaseEffect *parent, sbyte *parentHandle, int count) |
| unsafe void | UpdateParent (ID3DXBaseEffect *parent, sbyte *handle) |
Properties | |
| EffectAnnotation | this[int index] [get] |
| EffectAnnotation | this[string name] [get] |
| int | Count [get] |
Private Member Functions | |
| IEnumerator< EffectAnnotation > | GetGenericEnumerator () |
| IEnumerator< EffectAnnotation > IEnumerable< EffectAnnotation >. | GetEnumerator () |
| IEnumerator | GetBaseEnumerator () |
| IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
| unsafe ID3DXBaseEffect * | pEffect |
| List< EffectAnnotation > | pAnnotation |
Definition at line 7 of file EffectAnnotationCollection.cs.